cURL
curl --request GET \ --url https://api.example.com/api/agents/{agentId}
{ "agent": {} }
curl -H "Authorization: Bearer conv_YOUR_API_KEY" \ https://api.convosphere.site/api/agents/agent_123
Was this page helpful?