List contact addresses
Contacts
List contact addresses
List all addresses for a specific contact with pagination
GET
List contact addresses
Authorizations
API key authentication via Bearer token
Path Parameters
Contact UUID
Example:
"123e4567-e89b-12d3-a456-426614174000"
Query Parameters
Maximum number of items to return (1-100)
Required range:
1 <= x <= 100Example:
10
Number of items to skip
Required range:
x >= 0Example:
0
Sort order by creation date
Available options:
asc, desc Example:
"desc"
Last modified on May 30, 2026