POST
/
api
/
service
/
customer
/
retrieve
curl --request POST \
  --url https://api.sand.getivy.de/api/service/customer/retrieve \
  --header 'Content-Type: application/json' \
  --header 'X-Ivy-Api-Key: <api-key>' \
  --data '{
  "id": "<string>"
}'
{
  "id": "<string>",
  "emailAddress": "<string>",
  "merchantId": "<string>"
}

Authorizations

X-Ivy-Api-Key
string
header
required

Body

application/json
id
string
required

Response

200 - application/json
Successful response

Returns the id, email and the merchantId of the customer

id
string
required
emailAddress
string
required
merchantId
string
required