GET Customer by ID
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
Headers
X-API-KEY generatedToken
Example Request
Example Request
curl --location -g --request GET '[ENDPOINT]/ToursysConnectionApi/api/customers/{customerId}' \
--header 'X-API-KEY: generatedToken'