Getting Started
REST API
REST API is meant to be used by your backend system for performing admin / management tasks
REST API has a rate limit of 100 req/s
For all POST and PUT endpoints with the exceptions of file uploads,
content-typeshould beapplication/json.If
content-typeheader is missing, default value ofapplication/jsonwill be used.
All REST API requests require
app-idandapi-keyin the header.To receive realtime messages, use TalkPlus SDK.
REST API Required Headers
Name
Value
api-key
YOUR_APP_API_KEY
app-id
YOUR_APP_ID
Last updated