Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.quo.com/v1/phone-numbers \ --header 'Authorization: <api-key>'
{ "data": [ { "id": "PN123bc", "groupId": "1234", "portRequestId": "123abc", "formattedNumber": "+15555555555", "forward": "+15555555555", "name": "My phone number", "number": "+15555555555", "portingStatus": "completed", "symbol": "🏡", "users": [ { "email": "johndoe@example.com", "firstName": "John", "lastName": "Doe", "id": "US123abc", "role": "owner", "groupId": "GRcei8k90o" } ], "createdAt": " '2022-01-01T00:00:00Z'", "updatedAt": " '2022-01-01T00:00:00Z'", "restrictions": { "calling": { "CA": "unrestricted", "Intl": "unrestricted", "US": "unrestricted" }, "messaging": { "CA": "unrestricted", "Intl": "unrestricted", "US": "unrestricted" } } } ] }
Retrieve the list of phone numbers and users associated with your Quo workspace.
Filter results to return only phone numbers associated with the specified user"s unique identifier.
^US(.*)$
"US123abc"
Success
Show child attributes
Was this page helpful?