PAPI

Create API Key

POST
/account/api-keys
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://loading/account/api-keys" \  -H "Content-Type: application/json" \  -d '{}'
{
  "key": "string",
  "name": "string",
  "prefix": "string",
  "scopes": [
    "string"
  ]
}
Empty
Empty