Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Rotate the API key for the authenticated dashboard user.
cURL
curl --request POST \ --url http://localhost:8080/api/v1/client/api-keys/rotate \ --header 'Authorization: <api-key>'
{ "data": { "enabled": true, "id": 123, "key": "<string>", "masked_key": "<string>" }, "errors": [ { "condition": "format", "error": "Invalid email format", "key": "email" } ], "message": "Operation successful", "meta": {}, "success": true }
JWT Bearer token or raw API key via Authorization header
API key rotated
Show child attributes
"Operation successful"
true