cURL
curl --request GET \ --url https://api.mageloyalty.com/v1/customers/{identifier}/birthday \ --header 'Authorization: <api-key>'
Get a customer’s date of birth.
identifier
{ "data": { "type": "customer_birthday", "id": "6789012345", "attributes": { "shopify_customer_id": "6789012345", "email": "jane@example.com", "date_of_birth": "1990-05-15T00:00:00.000Z" } } }
date_of_birth
null
404