Contact

Create

GET method to get information of Bulk

Parameters

Name Description
account_id required Your account unique identifier to access API.
bulk_id required Bulk id

Request

Route
GET 
/v2/account/:account_id/contact/bulk/:bulk_id
Headers
Accept: application/json 
Authorization: Token token={account.secret}
Content-Type: application/json

Response

Status
200
Body
{
  "bulk": {
    "_id": "550aac3da096734ce5000001",
    "number_of_contacts": 2,
    "match_contact_user_id": false,
    "validate_emails": false,
    "contacts_webhook_extra_fields": [
      "name_first"
    ],
    "webhook_url": "https://requestb.in/qxvaw0qx",
    "status": "queue"
  }
}