Authorize Customer
PUT /customers/authorize/{customerAuthorizationId}
Description
Authorize a customer using their authorization ID. This endpoint is typically used to confirm or approve a customer's authorization request.
Authentication
API Key (X-API-Key)
Request
Headers
| Header | Value | Required |
|---|---|---|
| X-API-Key | {api_key} | Yes |
Path Parameters
| Parameter | Type | Description |
|---|---|---|
| customerAuthorizationId | string (UUID) | The unique identifier for the customer authorization record |
Example Request
PUT /customers/authorize/3b8a7c2e-1f4d-4a9e-8c6b-0d2e5f1a3b7c
X-API-Key: {api_key}