WakaPay Docs

API Reference

devices

← 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/devices

Get all user devices

Auth

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

operationId: DevicesController_findAlltag: devicespermalink
post/devices

Register a new device

Auth

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

operationId: DevicesController_createtag: devicespermalink
delete/devices/{id}

Remove a device

Auth

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

operationId: DevicesController_removetag: devicespermalink
get/devices/{id}

Get a specific device

Auth

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

operationId: DevicesController_findOnetag: devicespermalink
patch/devices/{id}

Update a device

Auth

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

operationId: DevicesController_updatetag: devicespermalink
post/devices/{id}/disable-biometric

Disable biometric authentication for device

Auth

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

operationId: DevicesController_disableBiometrictag: devicespermalink
post/devices/{id}/enable-biometric

Enable biometric authentication for device

Auth

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

operationId: DevicesController_enableBiometrictag: devicespermalink
get/devices/stats

Get device statistics

Auth

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

operationId: DevicesController_getStatstag: devicespermalink