GET Customer by ID

The Customer by ID API will show you more detailed information about the customer you requested by ID.

[ENDPOINT]/ToursysConnectionApi/api/customers/{customerId}

Headers

X-API-KEY generatedToken

Example Request

curl --location -g --request GET '[ENDPOINT]/ToursysConnectionApi/api/customers/{customerId}' \

--header 'X-API-KEY: generatedToken'