DocsAPI ReferenceRouting/bff/routing/type-list
getRoutingAdmin BFF

/bff/routing/type-list

Returns all available route types (e.g. "article", "product-detail", "post-category", "tag"). Use these codes when creating or filtering routes.

RoutinggetBffRoutingType-list

No parameters

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

Request

GET /bff/routing/type-list

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

Response

JSON payload

{
  "items": [
    {
      "id": 0,
      "code": "example_code"
    }
  ]
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key