POST
/
api
/
v1
/
api-keys
/
{
  "id": "<string>",
  "customer_id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "public_key": "<string>",
  "private_key_display": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "is_revoked": false,
  "revoked_at": "2023-11-07T05:31:56Z",
  "last_used_at": "2023-11-07T05:31:56Z",
  "environment": "<string>",
  "private_key": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Bearer token from Auth0 authentication

Body

application/json

Request model for creating a new API key.

Response

201
application/json

Successful Response

Model for the response from creating a new API key.