api-docs-icon

Get Campaign Stats

GET
/ api/ v1/ campaigns/ {id}

Get the details of a campaign based on the id provided. The below values will indicate the campaign type and status

campaign_type

  • 1 - smart send
  • 2 - automated file
  • 3 - triggered drip

status

  • 1 - Sent
  • 0 - Pending
  • -1 - Draft Mode
  • 9 or 10 - Processing

id
integer (int32)
required

Integer contains the Campaign Drop Id of the object to retrieve.

Response

application/json
array[object]
object

Code Examples

Response