v3

latestOpenAPI 3.1.02026-08-0755220214.3 KB
apiKeys

Create

Creates a new API key in the workspace.

post/api_keys

Headers

Authorizationstring required

Bearer authentication header of the form Bearer <PHONIC_API_KEY>. Manage your API keys here.

Request body

namestring required

A name to identify the API key.

Response

API key created

idstring required

The API key ID.

namestring required

The name of the API key.

api_keystring required

The API key secret. Only returned once, when the key is created or rotated.