apiKeyAuth and maps to the Authorization header.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authenticate SoluDesks API requests with API keys.
Authorization: Bearer YOUR_API_KEY
apiKeyAuth and maps to the Authorization header.
| Mode | What it accesses | Notes |
|---|---|---|
| Tenant API key | Tenant LearnHub data | Requires LearnHub to be enabled and checks key permissions such as learnhub.view_course or learnhub.add_course. |
| Service-provider API key | Service-provider-owned admin training content | Shares the same endpoint family. Unsupported tenant-only resources return a permission-style error. |
curl "https://staging.api.soludesks.com/v1/external/learnhub/categories" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"status": 401,
"success": false,
"code": "AUTHENTICATION_FAILED",
"message": "Authentication failed.",
"data": null,
"errors": []
}
