This endpoint allows fetching a customer by id.
cURL
curl --request GET \ --url https://api.useaira.com/v1/customers/{id} \ --header 'X-API-KEY: <api-key>'
{ "id": "<string>", "externalId": "cust_1234567890abcdef", "name": "Acme Inc.", "customFields": { "custom_field_1": "value1", "custom_field_2": "value2" } }
API Key Authentication.
The unique identifier of the customer in our system.
The request was successfully processed and the customer information is returned.