v27

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-01304498.9 KB
api-keys

Search and filter API keys

Search API keys with flexible filtering, sorting, and pagination. Supports filtering by username (admin-only), subscription name, status, sorting by multiple fields, and pagination.

post/api/v1/api-keys/search

Request body

Response

OK response.

objectstring required

Object type, always "list"

has_moreboolean required

Whether there are more results beyond this page

subscriptionDetailsobject

Map of subscription name to its details (model names). Populated by the BFF by fetching MaaSSubscription resources for any subscription values found on the returned API keys.

Example response

{
  "object": "list",
  "data": [
    {
      "subscription": "premium-team-sub"
    }
  ],
  "has_more": true
}