Retrieve a specific customer’s details and tags in your affiliate program
| Parameter | Type | Required | Description |
|---|---|---|---|
key | string | Yes | Customer’s unique key |
Customer — data
| Field | Type | Description |
|---|---|---|
key | string | Unique customer identifier |
email | string | Customer’s email address |
name | string | Customer’s first name |
surname | string | Customer’s last name |
partner | string | Key of the referring partner |
status | string | Customer status |
deleted | boolean | Whether customer is soft-deleted |
tags | array | Customer tags (each with a value key) |
created_at | string | ISO 8601 timestamp |
updated_at | string | ISO 8601 timestamp |
deleted_at | string|null | Deletion timestamp if deleted |