URL Endpoint:
All API calls within our API have the same endpoint:
* Please note: This endpoint must end with /, and all API operations use HTTP Post.
Authentication
HTTP requests to the API are protected with HTTP Basic authentication. You will use your vorText API Token the password for HTTP Basic authentication with vorText via an HTTP header.
Required HTTP Headers
NAME | VALUE |
---|---|
Authorization | Basic [Your API Token] (located in the My Account area of the vorText portal) |
Action | The action you wish to perform |
Example Request |
POST https://vortext.ca/vapi/1.0/ -H "Authorization: Basic [your API key]" -H "Action: AddContact" -D { "firstname":"Anne", "lastname":"Droid", "company":"Joes Pizza Parlor", "cell_phone":"7053802408" } |
Supported response formats:
JSON.
Date and Time Format:
All dates and times are in (GMT -5:00) Eastern Standard Time (EST) and the following format: YYYY-MM-DD HH:MM:SS