curl --request GET \
--url https://dev.sbx.imprint.co/v2/customers \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "9B5E1EE0-2E1C-46E7-81B9-3C3917204BE4",
"email": "[email protected]",
"phone": "+14155552671",
"statuses": {
"Card Program Name": "OPEN"
},
"first_name": "John",
"last_name": "Doe",
"preferred_language": "en",
"ssn4": "1234",
"date_of_birth": {
"year": 1990,
"month": 1,
"day": 1
},
"address": {
"street_line1": "123 Main St",
"street_line2": "Apt 4B",
"city": "San Francisco",
"state": "CA",
"postal_code": "94105",
"country": "USA"
},
"partner_customer_id": "PARTNER_USER_456",
"metadata": {
"preferred_language": "en"
},
"created_at": "2025-02-13T19:08:07.000Z",
"updated_at": "2025-02-13T19:08:07.000Z"
}
],
"has_more": true,
"total": 123
}curl --request GET \
--url https://dev.sbx.imprint.co/v2/customers \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "9B5E1EE0-2E1C-46E7-81B9-3C3917204BE4",
"email": "[email protected]",
"phone": "+14155552671",
"statuses": {
"Card Program Name": "OPEN"
},
"first_name": "John",
"last_name": "Doe",
"preferred_language": "en",
"ssn4": "1234",
"date_of_birth": {
"year": 1990,
"month": 1,
"day": 1
},
"address": {
"street_line1": "123 Main St",
"street_line2": "Apt 4B",
"city": "San Francisco",
"state": "CA",
"postal_code": "94105",
"country": "USA"
},
"partner_customer_id": "PARTNER_USER_456",
"metadata": {
"preferred_language": "en"
},
"created_at": "2025-02-13T19:08:07.000Z",
"updated_at": "2025-02-13T19:08:07.000Z"
}
],
"has_more": true,
"total": 123
}Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
The unique identifier for the customer in the partner's system
Limits the number of returned results
x >= 1A cursor for use in pagination. An id that defines your place in the list.
List of customers
Show child attributes
Unique identifier for the customer
"9B5E1EE0-2E1C-46E7-81B9-3C3917204BE4"
Customer's email address
Customer's phone number in E.164 format
"+14155552671"
The customer's first name.
"John"
The customer's last name.
"Doe"
Customer's preferred language code as defined by ISO 639-1
"en"
Customer's Social Security Number in 4 digits
"1234"
Mailing address information
Show child attributes
Primary street address
"123 Main St"
Secondary street address (apartment, suite, etc.)
"Apt 4B"
City name
"San Francisco"
State or province
"CA"
ZIP or postal code
"94105"
ISO-3166-1 alpha-3 Country Code
"USA"
The unique identifier for the customer in the partner's system
"PARTNER_USER_456"
Set of key-value pairs for storing additional information about the customer.
{ "preferred_language": "en" }the RFC-3339 date when the customer was created
"2025-02-13T19:08:07.000Z"
the RFC-3339 date when the customer was created
"2025-02-13T19:08:07.000Z"