Authorizations
The Tyk Dashboard API Access Credentials
Query Parameters
Return smaller API list payload.
1
API Type, internal or external.
tcp
, rest
, graphql
, udg
, subgraph
, supergraph
, internal
Comma separated list of categories you want to filter Apis by.
Comma separated list of authentication type you want to filter apis by.
For versioned APIs, return only the base versions.If any value is sent in this query parameter only the base version will be returned
Query string for search/filtering.This will return all apis whose names matches the given pattern
Use p query parameter to say which page you want returned. Send number less than 0 to return all items.
- 'name' - Sort by name in ascending order.
- '-name' - Sort by name in descending order.
- 'updated_at' - Sort by updated_at in ascending order.
- '-updated_at' - Sort by updated_at in descending order.
- 'created_at' - Sort by created_at in ascending order.
- '-created_at' - Sort by created_at in descending order.
name
, -name
, created_at
, -created_at
, updated_at
, -updated_at