Skip to main content
POST
Create an API key for an application

Authorizations

x-api-key
string
header
required

Your unique Avido API key

x-application-id
string
header
required

Your unique Avido Application ID

Body

application/json

Request body for creating a new API key

name
string
required

Human-friendly name for the API key

Required string length: 1 - 256
Example:

"Production API Key"

Response

Successfully created API key

Successful response for creating an API key

data
CreatedApiKey · object
required

Newly created API key including the plaintext key (returned once)