cURL
curl -X GET "https://app.cotool.ai/api/orca/config" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
{ "apiUrl": "<string>", "frontendUrl": "<string>" }
Retrieve the base URL configuration for the Orca Security integration
API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here
Bearer your_api_key_here
Successful response
The API URL for the Orca Security platform
The frontend URL for the Orca Security platform
Was this page helpful?