This page describes the endpoints to create catalog and Swagger documentation for your API.Documentation Index
Fetch the complete documentation index at: https://tyk.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Important Note on Spelling:While our documentation now uses American English, the product itself, including UI, configuration fields, environment
variables, and APIs endpoints, retain British English spellings. When interacting with the product, please continue
using the British English spellings as they appear in the interface and API. (This means that for existing users nothing
has changed).
Example: The API endpoint
Example: The API endpoint
/api/portal/catalogue as shown throughout this page uses British spelling. In all other
instances, such as when describing or referring to this object in the documentation, we will use the
American spelling “catalog”.Documentation
Create Documentation
| Property | Description |
|---|---|
| Resource URL | /api/portal/documentation |
| Method | POST |
| Type | None |
| Body | Documentation Object |
| Param | None |
documentation field of the Request Body, as per the example below.
Support for API Blueprint is being deprecated. See Importing APIs for more details.
Sample Request
Sample Response
Delete Documentation
| Property | Description |
|---|---|
| Resource URL | /api/portal/documentation/{id} |
| Method | DELETE |
| Type | None |
| Body | None |
| Param | None |
Sample Request
Sample Response
Catalog
List Catalog
| Property | Description |
|---|---|
| Resource URL | /api/portal/catalogue |
| Method | GET |
| Type | None |
| Body | None |
| Param | None |
Sample Request
Sample Response
Create Catalog
| Property | Description |
|---|---|
| Resource URL | /api/portal/catalogue |
| Method | POST |
| Type | None |
| Body | None |
| Param | None |
Sample Request
Sample Response
Update Catalog
| Property | Description |
|---|---|
| Resource URL | /api/portal/catalogue |
| Method | PUT |
| Type | None |
| Body | None |
| Param | None |