Skip to main content
Version: 1.0

Addresses Introduction

The Addresses API allows you to organize customer and account addresses. Addresses are a sub-resource of a customer and `account resources. A customer or account can have multiple addresses, such as home, work, and neighbour.

You can use a customer address with an implicit Bearer token, which is recommended for client-side interactions. You can also use client_credentials Bearer token, which is recommended for back-end interactions.

You can use an account address with either client credentials bearer token or a combination of implicit Bearer token and Account Management authentication token.

Authentication

Security Scheme Type:http
HTTP Authorization Scheme:bearer

License

MIT