Documentation
curl -L -X POST 'https://flux.postacksolutions.com/api/developer/projects/{projectId}/servers/{serverId}/regenerate-key' \
-H 'Authorization: Bearer YOUR_TOKEN'{
"serverId": "server_abc123xyz",
"apiKey": "key_xyz789abc",
"message": "API key regenerated successfully. Save this key - it will not be shown again."
}Servers
Regenerate Server API Key
Regenerates the API key for a server. The new key is only shown once in the response.
POST
200
{
"serverId": "server_abc123xyz",
"apiKey": "key_xyz789abc",
"message": "API key regenerated successfully. Save this key - it will not be shown again."
}