Bevatel Business Chat Developer API
Bevatel Business Chat Developer API enables seamlessly integrate messaging capabilities into the platform.
API follow RESTful conventions and HTTP response codes as much as possible, and uses common methods like GET, POST, PUT, and DELETE for operations. The request and response bodies are encoded in JSON.
Authentication
An API Access Token with Account ID are used to authenticate the requests. You can view your access token at the end of your profile page.
The authentication is passed via api_account_id and api_access_token headers.
Rate Limits
Contacts
create or update your account contacts
POSTCreate a contact
https://chat.bevatel.com/developer/api/v1/contacts
HEADERS
api_account_id
api_access_token
Accept
Bodyraw (json)
Example Request
201 Created
201 Created
Example Response
cache-control
content-length
content-type
PATCHUpdate a contact
https://chat.bevatel.com/developer/api/v1/contacts/161
HEADERS
api_account_id
api_access_token
Accept
Bodyraw (json)
Example Request
200 OK
200 OK
Example Response
cache-control
content-length
content-type
GETlist account contacts
https://chat.bevatel.com/api/v1/accounts/{{account_id}}/contacts?include_contact_inboxes=true&page=1&sort=name
to get all contacts for specific account account_id
HEADERS
api_access_token
PARAMS
include_contact_inboxes
page
sort
Example Request
404 Not Found
404 Not Found
Example Response
X-Frame-Options
Content-Type
Cache-Control
X-Request-Id
X-Runtime
vary
Set-Cookie
Transfer-Encoding