GetSmsSendList

GetSmsSendList function gets all details of sms sends with COMPLETED or RELAYED status.

Log in to see full request history
Query Params
string
required
length between 100 and 1000

The requested maximum number of rows from the request.

Maximum value is 1000.

For instance, if offset is 1500 and limit is 1000, the api returns the rows between 1500-2499

string
required

The offset (the number of skipped rows) for the request.

For instance, if offset is 1500 and limit is 1000, the api returns the rows between 1500-2499.

string

This is an optional parameter. If set, the delivered sends after this time are fetched.

string

This is an optional parameter. If set, the delivered sends before this time are fetched.

string

This is an optional parameter. To separate multiple tags, if needed, use (;) sign.

Headers
string
required
Defaults to {$$.env.access_token}
Responses

401

Not-authenticated. Please re-login.

429

Too Many Requests

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json
TooManyRequest