v4
latestOpenAPI 3.0.22026-08-02109239415.7 KBmanage
Creates an API key.
post/manage/api/api_keys
Request body
Example request
{
"label": "label"
}Response
The newly created API key
Example response
{
"api_key": "example_api_key_replace_with_your_actual_key",
"api_key_id": "JRPVD7jWR1aTBYiJ0UFVOg=="
}