API Reference
addresses
Purpose
This group contains endpoints tagged together in the OpenAPI spec. Use the summaries below to understand what each endpoint does.
When to use
- Prefer calling APIs from your backend to avoid exposing secrets.
- Handle errors consistently and log request IDs for support.
Endpoints (5)
Click an endpoint to jump to its details.
get
/addressesGet all addresses for current user
Auth
No detailed description provided for this operation in the OpenAPI spec.
post
/addressesCreate a new address
Auth
No detailed description provided for this operation in the OpenAPI spec.
delete
/addresses/{id}Delete an address
Auth
No detailed description provided for this operation in the OpenAPI spec.
get
/addresses/{id}Get an address by ID
Auth
No detailed description provided for this operation in the OpenAPI spec.
patch
/addresses/{id}Update an address
Auth
No detailed description provided for this operation in the OpenAPI spec.