#Intro

This document describe how to push and list message on TWIBIDA platform.

#Features

  1. API message push only support system notification and data message.
  2. API message push only support instant message, no message schedule.
  3. There is frequency limit on 50 request per second.
  4. 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 codeerror message
200OK
21001App ID missing
21002App ID illegal
21003App Secret missing
21004App Secret illegal
22001api called too frequency, exceed limitation