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
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

Example
cURL
Copy
curl -L -g 'https://{baseUrl}/rcs/1/senders/DemoSender/request-status' \
-H 'Authorization: {authorization}' \
-H 'Accept: application/json'

Response samples

Content type
application/json
Example
Copy
Collapse all
{
  • "senderName": "DemoSender",
  • "requestStatus": "COMPLETED",
  • "completedAt": "2025-02-15T16:38:24.000+0000",
  • "errors": [ ]
}

Encountering issues

Contact our support

What's new? Check out

Release Notes

Unsure about a term? See

Glossary

Research panel

Help shape the future of our products
Learn more
Service status

Copyright @ 2006-2025 Infobip ltd.