Authorizations
The Server API Key obtained from the ParityDeals application. Pass as a Bearer token in the Authorization header. Example: 'Authorization: Bearer YOUR_API_KEY'
Body
A unique identifier for the customer that you define.
"unique-customer-id-456"
The email address of the customer.
"another.new.customer@example.com"
The name of the customer.
"Jane Roe"
A dictionary of custom key-value pairs.
{ "source": "sdk_import", "priority": "low" }
Response
Customer Created
Server-generated unique UUID for the customer record.
"a1b2c3d4-e5f6-7890-1234-567890abcdef"
The client-provided customer identifier.
"unique-customer-id-123"
The customer's name.
"John Doe"
The customer's email.
"new.customer@example.com"
Any server-added details about the customer (typically read-only).
{}
The metadata associated with the customer.
{
"source": "sdk_import",
"priority": "high"
}
Customer created date and time
"2025-06-04T06:03:30.195790Z"
Customer updated date and time
"2025-06-04T06:03:30.195790Z"