GET method to get information of Bulk
Name | Description |
---|---|
account_id required | Your account unique identifier to access API. |
bulk_id required | Bulk id |
GET
/v2/account/:account_id/contact/bulk/:bulk_id
Accept: application/json
Authorization: Token token={account.secret}
Content-Type: application/json
200
{
"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"
}
}