Get RCS test number request status Early access

All operations for managing RCS test number 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}/test-numbers/{testNumber}/request-status
Scopes:
Request rate limit:
10 requests / second (per account)
path Parameters
senderName
required
string
Example: DemoSender

Identifier of a sender for which test number is requested.

testNumber
required
string
Example: +441134960001

Full number in E.164 format, e.g. +1234567890. Leading '+' is optional.

Responses

200

Latest RCS test number 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/test-numbers/+441134960001/request-status' \
-H 'Authorization: {authorization}' \
-H 'Accept: application/json'

Response samples

Content type
application/json
Example
Copy
Collapse all
{
  • "senderName": "DemoSender",
  • "testNumber": "+441134960001",
  • "requestStatus": "COMPLETED",
  • "completedAt": "2025-02-19T12:32:28.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.