Create a new API key
POST
/api-key
curl \
--request POST https://api-ch-gva-2.exoscale.com/v2/api-key \
--header "Content-Type: application/json" \
--data '{"role-id":"string","name":"string"}'
Request examples
{
"role-id": "string",
"name": "string"
}
Response examples (200)
{
"name": "string",
"key": "string",
"secret": "string",
"role-id": "string"
}