Returns a list of your addresses.
Addresses response
Unauthorized
[- {
- "id": "string",
- "first_name": "John",
- "last_name": "Smith",
- "business_name": "Telnyx",
- "phone_number": "+13125364300",
- "street_address": "311 W. Superior St.",
- "extended_address": "Suite 504",
- "locality": "CHICAGO",
- "administrative_area": "IL",
- "postal_code": "60654",
- "country_code": "US",
- "address_book": true
}
]
Creates a new address object.
Address to add
Address created response
Bad request
Unauthorized
{- "first_name": "John",
- "last_name": "Smith",
- "business_name": "Telnyx",
- "phone_number": "+13125364300",
- "street_address": "311 W. Superior St.",
- "extended_address": "Suite 504",
- "locality": "CHICAGO",
- "administrative_area": "IL",
- "postal_code": "60654",
- "country_code": "US",
- "address_book": true
}
{- "id": "string",
- "first_name": "John",
- "last_name": "Smith",
- "business_name": "Telnyx",
- "phone_number": "+13125364300",
- "street_address": "311 W. Superior St.",
- "extended_address": "Suite 504",
- "locality": "CHICAGO",
- "administrative_area": "IL",
- "postal_code": "60654",
- "country_code": "US",
- "address_book": true
}
Retrieves the details of an existing address.
Address record response
Unauthorized
Resource not found
{- "id": "string",
- "first_name": "John",
- "last_name": "Smith",
- "business_name": "Telnyx",
- "phone_number": "+13125364300",
- "street_address": "311 W. Superior St.",
- "extended_address": "Suite 504",
- "locality": "CHICAGO",
- "administrative_area": "IL",
- "postal_code": "60654",
- "country_code": "US",
- "address_book": true
}
Permanently deletes an address.
Address deleted response
Resource not found
{- "id": "string",
- "first_name": "John",
- "last_name": "Smith",
- "business_name": "Telnyx",
- "phone_number": "+13125364300",
- "street_address": "311 W. Superior St.",
- "extended_address": "Suite 504",
- "locality": "CHICAGO",
- "administrative_area": "IL",
- "postal_code": "60654",
- "country_code": "US",
- "address_book": true
}