Create an API client

Create a new API client within a project you specify.

DEPRECATION NOTICE
This endpoint is planned for deprecation on December 1, 2025. Transition to the Create an API client (v2) endpoint before this date to ensure uninterrupted service.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired
Name of the client.
project_idstringOptional
The ID of a specific project. Retrieve a list of project IDs by using the list projects endpoint.

Response

Success reply
idinteger or null
The ID of the API collection.
namestring or null
The name of the API collection.
created_atstring or null
Timestamp in ISO 8601 format when the API collection was created.
updated_atstring or null
Timestamp in ISO 8601 format when the API collection was last updated.

Errors