Customers
Get customer
Retrieve the details of one of your Customers.
GET
/
customers
/
{id}
Headers
Authorization
string
requiredYour API credentials. Eg. Basic {credentials}
.
Sequence-Version
enum<string>
Use this header to select an API version
Available options:
2024-07-30
Path Parameters
id
string
requiredCustomer ID
Response
200 - application/json
id
string
requiredUnique ID
createdAt
string
requiredTime at which the customer was initially created, in ISO 8601 format
organizations
object[]
requiredOrganizations that this customer is a member of
legalName
string
requiredLegal name
address
object
requiredAddress
url
string
URL
domain
string
Customer's primary domain name
label
string
Label
integrationIds
object[]
requiredExternal services which are linked to this customer
taxStatus
enum<string>
requiredTax status applicable to customer. Can be one of TAXED, EXEMPT or REVERSE_CHARGED. The default is TAXED.
Available options:
TAXED
, TAX_EXEMPT
, REVERSE_CHARGED
contacts
object[]
requiredContacts for this customer