#Intro
This document describe how to push and list message on TWIBIDA platform.
#Features
- API message push only support system notification and data message.
- API message push only support instant message, no message schedule.
- There is frequency limit on 50 request per second.
- API message push support Client ID targeting, should no more than 1000 Client ID per request.
#Address
Due to Indian compliance requirements, there are currently two platform API interface addresses:
India platform: https://ind-pushapi.twibida.com
Non-india platform: https://pushapi.twibida.com
Should call different addresses to push the message according to the user's region.
#Authorization
Please add HEADER with name Authorization to authorization. The value shoud be App Secret. App Secret can be obtain by on TWIBIDA.
#Common error code
error code | error message |
---|---|
200 | OK |
21001 | App ID missing |
21002 | App ID illegal |
21003 | App Secret missing |
21004 | App Secret illegal |
22001 | api called too frequency, exceed limitation |