POST
/
getDetailsByEmail
/
{email}
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>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

token
string
required
tenantId
string
required

Tenant/Owner id

Path Parameters

email
string
required

Email

Body

application/json
email
string

Response

200
application/json
Customer details by email response
httpCode
number
internalCode
number
internalType
string
severity
string
description
string