Authentication
Connections
Data Masking Rules
AWS
Guard Rails
Server Management
Jira
Organization Management
Plugins
Reports
User Management
Sessions
Session
Server Management
Generate API Key
Generate a rollout api key
POST
/
serverconfig
/
auth
/
apikey
Generate API Key
Copy
Ask AI
curl --request POST \
--url https://use.hoop.dev/api/serverconfig/auth/apikey
Copy
Ask AI
{
"rollout_api_key": "xapi-WqIAoYhKuIv2IPmVkfsyyK"
}
Response
201
application/json
Created
The response is of type object
.
Generate API Key
Copy
Ask AI
curl --request POST \
--url https://use.hoop.dev/api/serverconfig/auth/apikey
Copy
Ask AI
{
"rollout_api_key": "xapi-WqIAoYhKuIv2IPmVkfsyyK"
}
Assistant
Responses are generated using AI and may contain mistakes.