Introduction
The Tyk Developer Portal Management API offers programmatic access to all portal resources that your instance of the portal manages. This API repeats functionality of the user interface and enables APIs consumers integrating their portal instances with their other IT systems such as billings, CRMs, ITSM systems and other software.Authentication
This API requires an admin authorisation token that is available for admin users of the portal in the profile page.Pagination
List endpoints in the Tyk Developer Portal Management API return their results in pages. Control pagination with the following query parameters:
For example, to return the second page of products with 50 products per page:
page=1 and increase page until a response returns fewer items than per_page, or an empty list.
The Tyk Developer Portal Management API uses
page for the page number. The Tyk Dashboard API uses p for the same purpose, so check the parameter name when you move between the two APIs.