API reference
POSTRequires Bearer token
Activate license
/api/v1/companies/{company}/license/activate
Submit `/api/v1/companies/{company}/license/activate`. Authenticated routes need `Authorization: Bearer {token}` from `POST /api/v1/login`.
Path parameters
| Field | Type | Description |
|---|---|---|
company Required | string | Path parameter `company`. |
Query parameters
This endpoint has no query parameters.
Request body
| Field | Type | Description |
|---|---|---|
license_key Required | string | License key issued to the company. |
Responses
| Status | Meaning |
|---|---|
| 500 | See the example response. |