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
Example response
{
"deletedAt": "2016-07-22T00:00:00Z"
}