Skip to content

Get Customer

Headers

X-API-KEY must be provided when making the request to get a Customer. This authorizes you to access the API.

Request

GET https://book.imin.co/api/v2/customers/{ customerIdentifier }

Response

An example 200 response looks like:

{
"type": "Person",
"id": "https://book.imin.co/api/v2/customers/1234",
"identifier":"1234",
"givenName":"Homer",
"familyName":"Simpson",
"email":"HomerS@imin.co",
"imin:is13OrOver": true
}