v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
API Management

List APIs

List APIs and their IDs.

get/api/v2/apicatalog/api

Query parameters

querystring
Example:payments

Filter APIs by name

page[limit]integer

Number of items per page.

page[offset]integer

Offset for pagination.

Response

OK

Example response

{
  "data": [
    {
      "attributes": {
        "name": "Payments API"
      },
      "id": "90646597-5fdb-4a17-a240-647003f8c028"
    }
  ],
  "meta": {
    "pagination": {
      "limit": 20,
      "total_count": 35
    }
  }
}