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>",
  "bankAccounts": [
    {
      "last4digits": "<string>",
      "bank": {
        "id": "<string>",
        "name": "<string>",
        "logo": "<string>"
      }
    }
  ]
}

Authorizations

X-Ivy-Api-Key
string
header
required

Body

application/json
id
string
required

The id of the customer

Response

200 - application/json
Successful response
id
string
required

Customer id

emailAddress
string
required

Customer email address

bankAccounts
object[]
required

List of remembered bank accounts for this Customer