/bff/api-key/scope/detail
Returns a list of scope codes currently assigned to the specified API key. An empty array means the key has full access (no scope restrictions).
API KeygetBffApi-keyScopeDetail
Parameters
1 query
Query · 1
idstringRequiredExternal identifier (UUID) of the API key.
Request
GET /bff/api-key/scope/detail
curl -X GET "https://api.bizkithub.com/bff/api-key/scope/detail?id=550e8400-e29b-41d4-a716-446655440000" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
Scopes assigned to the API key.
{
"scopes": [
"string"
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.