WakaPay Docs

API Reference

addresses

← All tags

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.
get/addresses

Get all addresses for current user

Auth

No detailed description provided for this operation in the OpenAPI spec.

operationId: AddressController_findAlltag: addressespermalink
post/addresses

Create a new address

Auth

No detailed description provided for this operation in the OpenAPI spec.

operationId: AddressController_createtag: addressespermalink
delete/addresses/{id}

Delete an address

Auth

No detailed description provided for this operation in the OpenAPI spec.

operationId: AddressController_removetag: addressespermalink
get/addresses/{id}

Get an address by ID

Auth

No detailed description provided for this operation in the OpenAPI spec.

operationId: AddressController_findOnetag: addressespermalink
patch/addresses/{id}

Update an address

Auth

No detailed description provided for this operation in the OpenAPI spec.

operationId: AddressController_updatetag: addressespermalink