OpenAPI 3.1.02026-08-2055221216.0 KB

dd8166a70626

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.