curl --request GET \
--url https://api.useaira.com/v1/customers/ \
--header 'X-API-KEY: <api-key>'{
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"externalId": "705faf65-9c8b-4053-8c0b-2021281ce83f",
"name": "Acme Inc.",
"customFields": {
"customField1": "value1",
"customField2": [
"value2",
"value3"
]
},
"invoicePrefix": "ACMEI"
}
],
"hasMore": true
}This endpoint allows fetching a list of customers.
curl --request GET \
--url https://api.useaira.com/v1/customers/ \
--header 'X-API-KEY: <api-key>'{
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"externalId": "705faf65-9c8b-4053-8c0b-2021281ce83f",
"name": "Acme Inc.",
"customFields": {
"customField1": "value1",
"customField2": [
"value2",
"value3"
]
},
"invoicePrefix": "ACMEI"
}
],
"hasMore": true
}API Key Authentication.
x >= 01 <= x <= 100