API Reference

Integrate Agora's intelligence feeds and CRM data into your internal systems via our RESTful API.

Authentication

The Agora API uses Bearer token authentication. You must include your API key in the Authorization header of every request. API keys can be managed in your organization settings.

Base URL

https://api.agorabase.co/v1
cURL
curl -X GET \ https://api.agorabase.co/v1/stakeholders \ -H 'Authorization: Bearer ag_live_xxx' \ -H 'Content-Type: application/json'
Response (200 OK)
{"object": "list","data": [ {"id": "stk_8f99V","name": "Fatima Al-Sayed","ministry": "Ministry of Health","influence_score": 8.5} ] }