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

1 total
Query · 1
idstringRequired

External identifier (UUID) of the API key.

Request

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"

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.

Get API Key