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.
Path Parameters
The ID of the phone number to update.
Body
application/json
The phone number data to update.
The phone number friendly name.
The agent ID that will handle incoming calls to this phone number.
Whether to redirect the phone number.
The phone number to redirect to.
Response
Successfully updated phone number
Example:
{
"details": [
{
"field": "email",
"message": "Invalid email format"
}
],
"message": "An error occurred while processing your request",
"status": 400,
"type": "generic_error"
}
HTTP status code of the response.