Retrieve an access IP address
GET/access_ip_address/:access_ip_address_id
Retrieve an access IP address
Request
Path Parameters
access_ip_address_id stringrequired
Responses
200: Successful Response
- application/json
Request samples
curl -L 'https://api.telnyx.com/v2/access_ip_address/:access_ip_address_id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Response samples
{
"id": "string",
"ip_address": "string",
"source": "string",
"status": "pending",
"description": "string",
"user_id": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}