cURL
curl --request GET \ --url https://app.fliqr.ai/api/pipelines/{pipeline_id}/opportunities/{opportunity_id} \ --header 'X-ACCESS-TOKEN: <api-key>'
{ "id": 123, "contact_id": 123, "title": "<string>", "description": "<string>", "value": 123, "status": "<string>", "priority": "<string>", "stage": { "id": 123, "name": "<string>" }, "assigned_admins": [ 123 ], "created_at": "2028-02-08 12:34:56", "created_by": 123, "updated_at": "2028-02-08 12:34:56", "updated_by": 123 }
Get an opportunity / ticket
successful operation
Show child attributes
UTC
"2028-02-08 12:34:56"
Admin ID
Was this page helpful?