Authorize Item
Endpoint: PUT /items/authorize/{{authorizationId}}
Authentication: X-API-Key: {{apiKey}}
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| authorizationId | string | Yes | UUID of the item to authorize |
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | X-API-Key for authentication. Format: X-API-Key: {{apiKey}} |
| Content-Type | string | No | Must be application/json |
Request Body
None