POST /admin/scorm-tenants/:tenantId/api-keys
Endpoint
POST /admin/scorm-tenants/:tenantId/api-keys
Path Parameters
| Parameter | Type | Description |
|---|
tenantId | string | Path parameter |
Query Parameters
| Parameter | Type | Description |
|---|
include_revoked | string | Query parameter |
Error Responses
| Status Code | Error Code | Description |
|---|
| 404 | HTTP_404 | Not Found |
| 500 | HTTP_500 | Internal Server Error |
| 422 | HTTP_422 | Error |
| 404 | HTTP_404 | Not Found |
| 500 | HTTP_500 | Internal Server Error |
Example Request
curl -X POST "https://api.allurelms.com/admin/scorm-tenants/tenantId-value/api-keys" \
-H "Content-Type: application/json" \
-d '{}'