GET
/
api
/
source-list
/
{org-id}
/
{cid}
curl --request GET \
  --url https://api.pingtree.com/api/source-list/{org-id}/{cid} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "type": "<string>",
  "message": "<string>",
  "totalRecord": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org-id
string
required

Your organization ID

cid
string
required

Your campaign unique ID

Query Parameters

date
string
required

Valid date format YYYY-MM-DD

Response

201
application/json
Lead successfully updated

The response is of type object.