Contacts
The contacts path contains everything related to managing your contacts.
Get Contacts
Request URL
http://api.textplode.com/v3/contacts/get/all
Parameters
[string] api_key - Your API Key
Response
[array] An array of contacts (id, first_name, last_name, number, score)
Get Blacklisted Contacts
Request URL
http://api.textplode.com/v3/contacts/get/blacklisted
Parameters
[string] api_key - Your API Key
Response
[array] An array of blacklisted contacts (id, first_name, last_name, number, score)
Get Contact
Request URL
http://api.textplode.com/v3/contacts/get/contact
Parameters
[string] api_key - Your API Key [int] id - The id of the contact to be returned
Response
[array] A contact (id, first_name, last_name, number, score)