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
Authorizations:
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
- cURL
- Java
- C#
- Go
- Python
- PHP
- JavaScript
- NodeJs
- Ruby
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
- 200
- 400
- 401
- 403
- 404
- 429
- 500
Content type
application/json
Example
Completed request
Copy
Collapse all {- "senderName": "DemoSender",
- "testNumber": "+441134960001",
- "requestStatus": "COMPLETED",
- "completedAt": "2025-02-19T12:32:28.000+0000",
- "errors": [ ]
}
Need assistance
Encountering issues
What's new? Check out
Unsure about a term? See