Get Customer
gorgias_get_customerRetrieve a customer by ID with their channels, integration data, and optional custom fields.
Instructions
GET /api/customers/{id} — Retrieve a single customer by ID, including channels, integration data, and optionally custom fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the customer to retrieve. | |
| relationships | No | Relations to include in the response. Pass ['custom_fields'] to include the customer's custom field values. |