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

/bff/api-key/scope/list

Returns a list of all available scope codes that can be assigned to an API key. Use these codes when setting scopes via the /scope/set endpoint.

API KeygetBffApi-keyScopeList

No parameters

This endpoint takes no path, query, header or body parameters.

Request

GET /bff/api-key/scope/list

get
curl -X GET "https://api.bizkithub.com/bff/api-key/scope/list" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

List of available API key scopes.

{
  "items": [
    {
      "code": "example_code",
      "label": "example_label",
      "description": "example_description"
    }
  ]
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key