POST
/
v2
/
customers
/
{customer_id}
/
link
curl --request POST \
  --url https://dev.sbx.imprint.co/v2/customers/{customer_id}/link \
  --header 'Content-Type: application/json' \
  --data '{
  "partner_customer_id": "PARTNER_USER_456",
  "metadata": {
    "store_id": "store_789",
    "platform_version": "2.1.0"
  }
}'
{
  "customer_id": "9B5E1EE0-2E1C-46E7-81B9-3C3917204BE4",
  "partner_customer_id": "PARTNER_USER_456",
  "partner_identifier": "MCD",
  "status": "ACTIVE",
  "created_at": "2025-02-13T19:08:07.000Z",
  "updated_at": "2025-02-13T19:08:07.000Z",
  "metadata": {
    "store_id": "store_789",
    "platform_version": "2.1.0"
  }
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Path Parameters

customer_id
string
required

The unique identifier for the Imprint customer

Example:

"BBB815E9-F654-438D-9AD3-3F7BB8136FC0"

Body

application/json

Response

200
application/json

Customer accounts linked successfully

The response is of type object.