Hashira
ReferenceCustomers

Retrieve a customer

Returns the same shape as an item in the list response.

GET
/v1/customers/{customerId}
AuthorizationBearer <token>

A Hashira API key.

In: header

Path Parameters

customerId*string

The customer's id.

Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/customers/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "name": "string",  "taxId": "string",  "email": "string",  "phone": "string",  "createdAt": "2019-08-24T14:15:22Z"}