Get RCS sender request status Early access
All operations for managing RCS sender resource are executed asynchronously and result of operation is sent to webhook. If you are unable to receive real-time updates of status of last operation executed for given sender, you can fetch it using this endpoint.
Please log in to see full path URL. Learn why.
get
/rcs/1/senders/{senderName}/request-status
Authorizations:
Scopes:
Request rate limit:
10 requests / second (per account)
path Parameters
senderName required | string Example: DemoSender Sender identifier. |
Responses
200
Latest RCS sender request status
400
Bad request
401
Unauthorized
403
Forbidden
404
Not Found
429
Too Many Requests
500
Internal Server Error
Request samples
- cURL
- Java
- C#
- Go
- Python
- PHP
- JavaScript
- NodeJs
- Ruby
Example
cURL
Copy
curl -L -g 'https://{baseUrl}/rcs/1/senders/DemoSender/request-status' \ -H 'Authorization: {authorization}' \ -H 'Accept: application/json'
Response samples
- 200
- 400
- 401
- 403
- 404
- 429
- 500
Content type
application/json
Example
Completed request
Copy
Collapse all {- "senderName": "DemoSender",
- "requestStatus": "COMPLETED",
- "completedAt": "2025-02-15T16:38:24.000+0000",
- "errors": [ ]
}
Need assistance
Encountering issues
What's new? Check out
Unsure about a term? See