Creates a customer record with information about a person or organization making Toast platform payments.
Successful operation. Customer record created.
The request to create a customer record was not correctly formed or could not be processed successfully.
Your client is not authorized to use the API endpoint.
Internal server error.
curl -i -X POST \ https://toast-api-server/v1/customers \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Content-Type: */*' \ -H 'Toast-Restaurant-External-ID: string' \ -d '[object Object]'
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "externalReferenceId": "string",
- "description": "string"
}