Terms and Privacy •
ListsThe campaigns can be sent to a group of contacts which is called a list.
•••
ReadingIn this section, we will explain the procedure of reading a list. You can use the following Taximail API to make an API request to read list. GET
https://api.taximail.com/v2/list The various parameters that are required for this request are:
Example RequestFollowing is an example request which can be made.
Example ResultYou will receive either a success data or an error data which will be in JSON format.
•••
FieldsThe various fields required for this requests are as follows :
•••
Response CodeThe example below shows the response code’s which we can get while making this API request.
•••
Creating
POST
https://api.taximail.com/v2/list
Example Request
Example Result
•••
Fields
•••
Response Code
•••
Updating
PUT
https://api.taximail.com/v2/list/{list_id}
Example Request
Example Result
•••
Fields
•••
Response Code
•••
Showing
GET
https://api.taximail.com/v2/list/{list_id} •••
Example Request
Example Result
•••
Fields
•••
Response Code
•••
Deleting
DELETE
https://api.taximail.com/v2/list/{list_id} Example Request
Example Result
•••
Fields
•••
Response Code
|