cURL
curl --request GET \ --url https://api.zavu.dev/v1/addresses \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "streetAddress": "<string>", "locality": "<string>", "postalCode": "<string>", "countryCode": "DE", "status": "pending", "createdAt": "2023-11-07T05:31:56Z", "firstName": "<string>", "lastName": "<string>", "businessName": "<string>", "extendedAddress": "<string>", "administrativeArea": "<string>", "updatedAt": "2023-11-07T05:31:56Z" } ], "nextCursor": "<string>" }
List regulatory addresses for this project.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x <= 100
List of addresses.
Show child attributes