/v1/platform/scopesList available scopes
Returns the scope catalog that external apps can request during registration and token issuance.
- Host
- https://auth.knogin.com
- Auth
- Bearer token
- Odbiorcy
- Zewnętrzni integratorzy
- Stabilność
- Stabilne
- Use this endpoint to build consent or admin approval workflows around approved scopes.
- Do not assume unpublished scopes exist or are available to your tenant.
Przykład request i response
Request
curl https://auth.knogin.com/v1/platform/scopes \
-H "Authorization: Bearer <admin-access-token>"Response
{
"scopes": [
{
"name": "webhooks:write",
"description": "Create and update outbound webhook subscriptions"
}
]
}