curl --request POST \
--url https://revstack.dev/v1/system/api-keys \
--header 'Content-Type: application/json' \
--data '
{
"environmentId": "<string>",
"name": "<string>",
"type": "public",
"scopes": []
}
'nullGenerates a new API key for programmatic access. The plain-text key is only returned once.
curl --request POST \
--url https://revstack.dev/v1/system/api-keys \
--header 'Content-Type: application/json' \
--data '
{
"environmentId": "<string>",
"name": "<string>",
"type": "public",
"scopes": []
}
'null