get https://api.dengage.com/rest/sends/sms
GetSmsSendList function gets all details of sms sends with COMPLETED or RELAYED status.
Log in to see full request history
Responses
401Not-authenticated. Please re-login.
429Too Many Requests
GetSmsSendList function gets all details of sms sends with COMPLETED or RELAYED status.
401Not-authenticated. Please re-login.
429Too Many Requests
xxxxxxxxxx
curl --request GET \
--url https://api.dengage.com/rest/sends/sms \
--header 'Authorization: {$$.env.access_token}' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: