Create an API collection
Create an API collection within a project you specify.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
Name of the collection.
project_id
The ID of a specific project. Retrieve a list of project IDs using the list projects endpoint.
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.