cURL
curl --request GET \ --url https://flowra.dev/api/v1/auth_configs/{id} \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "Operation completed successfully", "data": {} }
Get details of one auth configuration by ID. Use to inspect provider, scopes, or linked toolkits before using it in a workflow.
Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:
Auth config retrieved successfully
Show child attributes
Was this page helpful?