Authorize Supplier
Endpoint: PUT /suppliers/authorize/{{authorizationId}}
Authentication: Bearer Token (required)
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| authorizationId | string | Yes | UUID of the supplier to authorize |
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer token for authentication. Format: Bearer <token> |
| Content-Type | string | No | Must be application/json |
Request Body
None