curl --request GET \
--url https://brainbase-monorepo-api.onrender.com/api/team/assets/phone_numbers \
--header 'x-api-key: <api-key>'
[
{
"id": "<string>",
"phoneNumber": "<string>",
"provider": "<string>",
"integrationId": "<string>",
"workerId": "<string>",
"teamId": "<string>",
"countryCode": "<string>",
"callerName": "<string>",
"metadata": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
curl --request GET \
--url https://brainbase-monorepo-api.onrender.com/api/team/assets/phone_numbers \
--header 'x-api-key: <api-key>'
[
{
"id": "<string>",
"phoneNumber": "<string>",
"provider": "<string>",
"integrationId": "<string>",
"workerId": "<string>",
"teamId": "<string>",
"countryCode": "<string>",
"callerName": "<string>",
"metadata": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
API key authentication
Filter phone numbers by integration id.
List of phone numbers.
The response is of type object[]
.