cURL
curl --request POST \ --url https://gateway.cyrexa.com/customer/1.0.0/getDetailsByEmail/{email} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'tenantId: <tenantid>' \ --header 'token: <token>' \ --data '{ "email": "<string>" }'
{ "httpCode": 123, "internalCode": 123, "internalType": "<string>", "severity": "<string>", "description": "<string>" }
The access token received from the authorization server in the OAuth 2.0 flow.
Tenant/Owner id
Email
Customer details by email response
The response is of type object.
object