Getting Started
Last updated
Last updated
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-type
should be application/json
.
If content-type
header is missing, default value of application/json
will be used.
All REST API requests require app-id
and api-key
in the header.
To receive realtime messages, use TalkPlus SDK.
Name
Value
api-key
YOUR_APP_API_KEY
app-id
YOUR_APP_ID