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.
-
products-{product_id} - Update a product PUT {{baseUrl}}/products/:product_id
-
products-{product_id}-api-details-{api_id}-oas - Update OAS file of an API POST {{baseUrl}}/products/:product_id/api-details/:api_id/oas
-
apps-{app_id}-provision - Create a new access request for this application PUT {{baseUrl}}/apps/:app_id/provision
-
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
-
providers - Create a new API Provider POST {{baseUrl}}/providers
-
apps-{app_id} - Delete an application DELETE {{baseUrl}}/apps/:app_id
-
organisations-{organisation_id} - Get an organisation GET {{baseUrl}}/organisations/:organisation_id
-
products-{product_id}-docs - List all tutorials for this API Product GET {{baseUrl}}/products/:product_id/docs
-
plans-{plan_id} - Get a plan GET {{baseUrl}}/plans/:plan_id
-
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