Skip to content

Create a new API key for the authenticated account.

POST
/account/api_key/
curl --request POST \
--url https://api.siteqwality.com/account/api_key/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "friendly_name": "example" }'
Media type application/json
object
friendly_name
string | null
Example generated
{
"friendly_name": "example"
}

Newly minted API key (only returned once)

Missing or invalid authentication

Internal server error