v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-2684278289.5 KB
Customers

Get a customer

Retrieve details of a specific customer by their ID

get/ar/customers/{customerId}

Path parameters

customerIdstring uuid required

The customer who will receive the invoice. Use the /api/v1/ar/customers endpoint to list your customers and find the corresponding id, or create a new customer first.

Response

deletedAtstring yyyy-mm-ddThh:MM:ssZ nullable

The time the customer was deleted, if it was deleted.

emailstring required

Email of customer.

idstring uuid required

ArCustomerId

namestring required

Name of customer.

Example response

{
  "deletedAt": "2016-07-22T00:00:00Z"
}