cURL
curl --request GET \ --url https://supmaya.com/api/v1/opportunities/{opportunity} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "name": "<string>", "status": "<string>", "summary": "<string>", "value": 123, "contact_id": 123, "agent_id": 123, "follow_up_requested": true, "follow_up_type": "<string>", "webhook_sent": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Opportunity