Parameters
1 query
Query parameters
· 1idstringRequiredExternal identifier (UUID) of the API key.
Example
550e8400-e29b-41d4-a716-446655440000Returns a list of scope codes currently assigned to the specified API key. An empty array means the key has full access (no scope restrictions).
1 query
idstringRequiredExternal identifier (UUID) of the API key.
550e8400-e29b-41d4-a716-4466554400001 status code documented
scopesstring[]RequiredArray of scope codes assigned to this key. Empty means full access.
{
"scopes": [
"string"
]
}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"All BizKitHub public API endpoints require authentication via API key.