v51

latestOpenAPI 3.0.3Mozilla Public License Version 2.0raw.githubusercontent.com2026-08-0165205256.0 KB
Tyk OAS APIs

Listing versions of a Tyk OAS API.

Listing versions of a Tyk OAS API.

get/tyk/apis/oas/{apiID}/versions

Path parameters

apiIDstring required

ID of the API you want to fetch.

Query parameters

searchTextstring

Search for API version name

accessType'internal' | 'external'

Filter for internal or external API versions

Response

API version metas.

statusstring

Example response

{
  "apis": [
    {
      "expirationDate": "2026-03-26 09:00",
      "id": "keyless",
      "isDefaultVersion": true,
      "name": "Tyk Test Keyless API",
      "versionName": "v2"
    }
  ],
  "status": "success"
}