Skip to main content
POST
/
v1
/
apps
/
{app_id}
/
api_keys
Create API key
curl --request POST \
  --url https://{defaultHost}/v1/apps/{app_id}/api_keys \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Authorization: <api-key>'
{
  "api_key": {
    "id": "<string>",
    "nickname": "<string>",
    "token": "<string>",
    "created_at": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

API Secret token

X-Authorization
string
header
required

User Access token

Path Parameters

app_id
string
required

App ID

Response

200 - application/json

success

api_key
object