curl -X GET \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--header "Authorization: Bearer YOUR_API_KEY" \
--globoff "https://api.telnyx.com/v2/access_fqdns?page[number]=1&page[size]=20"
Parameters
In Query
page[number]
integer
optional
Default:
1
page[size]
integer
optional
Default:
20
Responses
200
Successful Response
Success Response
{
"data": [
{
"created_at": "string",
"description": "string",
"fqdn": "string",
"id": "string",
"updated_at": "string"
}
],
"meta": {
"page_number": 2,
"page_size": 25,
"total_pages": 3,
"total_results": 55
}
}
Previous:
Managed AccountsNext:
PortingWas this page helpful?