Add Subscription for app

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Form Data
string
required

The secondary subscription callback URL. The events delivered on the primary callback URL is also forwarded to this secondary subscription.

string
required

The tag of a callback URL can be used to identify the subscription

int32
required

This parameter is used to verison a subscription URL

string
required

Modes is used to enable specific events for the subscription URL. Possible values: NONE(0, 0), SENT(1, 0), DELIVERED(2, 1), READ(4, 2), DELETED(8, 3), OTHERS(16, 4), COPY(32, 5), MESSAGE(64, 6), TEMPLATE(128,7), ACCOUNT(256,8), BILLING(512,8). The numeric value addition can also be used. For example, adding SENT and READ events to a subscription is done using values (1, 0) + (4, 2) = (5, 3). OR you can pass the values SENT, READ.

string
required

This flag will check if the subscription URL already exists.

Headers
string
required

unique identifier for an account

string
enum
required
Allowed:
Response
200
Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!