cURL
curl --request POST \ --url https://orbitflare.com/api/customer/v2/api-keys/{apiKey}/regenerate \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": { "api_key": { "id": 123, "name": "<string>", "key": "<string>", "enabled": true } } }
Regenerate the API key. Returns the new full key once.
Bearer token from device or wallet auth
New key generated.
true
Show child attributes
Was this page helpful?