cURL
curl --request GET \ --url https://client-api.salesfinity.co/v1/sequences/{id} \ --header 'x-api-key: <api-key>'
{ "data": { "id": "<string>", "name": "<string>", "total_calls": 123, "last_used_at": "2023-11-07T05:31:56Z", "first_used_at": "2023-11-07T05:31:56Z" } }
Get a specific sequence by ID
{ "data": { "id": "seq_12345", "name": "Q1 Outbound Campaign", "last_used_at": "2024-02-01T15:30:00.000Z", "first_used_at": "2024-01-05T09:00:00.000Z", "total_calls": 1250 } }
Sequence ID
Sequence retrieved successfully
Show child attributes