WakaPay Docs

API Reference

ApiKeys

← 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/api-keys

Endpoint

Auth

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

operationId: ApiKeysController_findAlltag: ApiKeyspermalink
post/api-keys

Create a new API key

Auth

Creates an API key for the given organisation. The raw secret is returned only once.

operationId: ApiKeysController_createtag: ApiKeyspermalink
delete/api-keys/{id}

Endpoint

Auth

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

operationId: ApiKeysController_removetag: ApiKeyspermalink
get/api-keys/{id}

Endpoint

Auth

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

operationId: ApiKeysController_findOnetag: ApiKeyspermalink
patch/api-keys/{id}

Endpoint

Auth

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

operationId: ApiKeysController_updatetag: ApiKeyspermalink
post/api-keys/{id}/rotate

Rotate API key

Auth

Creates a new key with same scopes, deactivates the old one. New key is returned only once.

operationId: ApiKeysController_rotatetag: ApiKeyspermalink