Get a list of example API definitions

GET {{baseUrl}}/api/examples?p=<integer>

Returns a list of all example API definitions available in repository.json file defined in x-tyk-examples-index header. If the header is not provided, Tyk will use the default value of this header which is tyk-examples repo as detailed below

Request Params

KeyDatatypeRequiredDescription
pstringPage number. If not provided, the first page will be returned

HEADERS

KeyDatatypeRequiredDescription
x-tyk-examples-indexstringURL that points to the index file (repository.json) or root of a repository housing examples.
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;location&quot;:&quot;\u003cstring\u003e&quot;,&quot;shortDescription&quot;:&quot;\u003cstring\u003e&quot;},&quot;pages&quot;:&quot;\u003cinteger\u003e&quot;}