cURL
curl --request GET \ --url https://api.example.com/customer/info
Retrieve the authenticated customer’s profile information
Authorization
{ "id": "uuid", "email": "customer@example.com", "firstName": "Jane", "lastName": "Doe", "retailerId": "uuid", "createdAt": "2024-01-15T10:00:00Z", "updatedAt": "2024-03-01T14:30:00Z" }
{ "statusCode": 401, "message": "Unauthorized" }