cURL
curl --request POST \ --url https://orbitflare.com/api/customer/v2/api-keys \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "success": true, "message": "<string>", "data": { "api_key": { "id": 123, "name": "<string>", "key": "<string>", "enabled": true } } }
Create a new API key. Returns the full key once; store it securely.
Bearer token from device or wallet auth
Friendly name for the key
API key created. Full key returned once.
true
Show child attributes
Was this page helpful?