POST
/
api
/
v1
/
platform
/
api-keys
Create Api Key
curl --request POST \
  --url https://api.example.com/api/v1/platform/api-keys \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "scopes": [
    "read",
    "jobs:create"
  ]
}
'
{}

Body

application/json
name
string
required
scopes
string[]

Response

Successful Response

The response is of type Response Create Api Key Api V1 Platform Api Keys Post · object.