List API collections
List all API collections. The endpoint returns the project_id
of the project to which the collections belong in the response.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
per_page
Number of API collections to return in a single page. Defaults to 100
. Max is 100
.
page
Page number of the API collections to fetch. Defaults to 1
.
Response
Success reply
id
The ID of the API collection.
name
The name of the API collection.
version
The version number of the API collection.
url
The URL of the API collection.
api_spec_url
The URL of the specification file for the API collection.
created_at
Timestamp in ISO 8601 format when the API collection was created.
updated_at
Timestamp in ISO 8601 format when the API collection was last updated.
project_id
The ID of the project where the API collection is stored.