Status List
Get information about the steps in a campaign. Where ID is the ID of the campaign to get information for.
HTTP Request
[GET] /api/v6/campaigns/{id}/status
Example
HTTP Request
GET api/v6/campaigns/4/status HTTP/1.1
Host: example.getflycrm.com
Content-Type: application/json
Status
200 OK
Response
[
{
"status_id": 4,
"name": "TEST STATUS OPPORTUNITY API", // Status name
"description": "",
"order": 1
}
]