Tyk Enterprise Developer Portal Management API v1.8

Number of APIs: 103

Introduction

The Tyk Enterprise 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.

  1. products-{product_id} - Update a product PUT {{baseUrl}}/products/:product_id

  2. products-{product_id}-api-details-{api_id}-oas - Update OAS file of an API POST {{baseUrl}}/products/:product_id/api-details/:api_id/oas

  3. apps-{app_id}-provision - Create a new access request for this application PUT {{baseUrl}}/apps/:app_id/provision

  4. extended_attributes-{extended_attribute_id}-custom-attributes-{custom_attribute_id} - Get a custom attribute GET {{baseUrl}}/extended_attributes/:extended_attribute_id/custom-attributes/:custom_attribute_id

  5. providers - Create a new API Provider POST {{baseUrl}}/providers

  6. apps-{app_id} - Delete an application DELETE {{baseUrl}}/apps/:app_id

  7. organisations-{organisation_id} - Get an organisation GET {{baseUrl}}/organisations/:organisation_id

  8. products-{product_id}-docs - List all tutorials for this API Product GET {{baseUrl}}/products/:product_id/docs

  9. plans-{plan_id} - Get a plan GET {{baseUrl}}/plans/:plan_id

  10. apps-{app_id}-access-requests-{access-request_id}-credentials-{credential_id} - Get a credential by its ID GET {{baseUrl}}/apps/:app_id/access-requests/:access-request_id/credentials/:credential_id