Authorizations
The API Key created in Rounded Studio.
- You can create it by going to the "API Keys" settings of your profile.
- Need help? You can email us at team@callrounded.com or join our Discord community.
Query Parameters
Page number for page-based pagination (1-indexed, by default or when use_cursor=false
).
Maximum number of results to return per page (default: 50, max: 1000).
Pagination mode selection: true
for cursor-based pagination, false
for page-based pagination.
Cursor for pagination based on the phone number created_at
property (ISO 8601 datetime of last seen record).
Response
Successfully retrieved phone numbers
List of phone number objects matching the query criteria.
- PSTN Phone Number
- SIP Phone Number
Response message indicating the status of the request.
{
"details": [
{
"field": "email",
"message": "Invalid email format"
}
],
"message": "An error occurred while processing your request",
"status": 400,
"type": "generic_error"
}
HTTP status code (200 for successful requests).
Next cursor value for cursor-based pagination
(ISO 8601 datetime string, only present when use_cursor=true
).
Current page number (by default or when use_cursor=false
).
Total number of pages available (by default or when use_cursor=false
).
Total count of items matching the query criteria (by default or when use_cursor=false
).