BizKitHub
DocsAPI ReferenceApi Key/bff/api-key/scope/detail
getApi KeyAdmin BFF

/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 parameters

· 1
idstringRequired

External identifier (UUID) of the API key.

Example550e8400-e29b-41d4-a716-446655440000

Response schema

1 status code documented

200SuccessScopes assigned to the API key.
scopesstring[]Required

Array of scope codes assigned to this key. Empty means full access.

Response example

application/json
{
  "scopes": [
    "string"
  ]
}

Request example

GET /bff/api-key/scope/detail

get
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"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key