v2

latestOpenAPI 3.1.0Proprietary2026-07-26127193620.1 KB
Wake

Create a wake authorization

Grant a sender domain (and optionally a specific address and command set) permission to wake a target function. The domain must be fully-qualified.

post/wake/authorizations

Headers

Idempotency-Keystring

Optional client-supplied idempotency key. Retrying a request with the same key returns the original result instead of performing the action a second time; if omitted the server derives one from the canonical payload hash. Safe to retry network failures without duplicating side effects.

Request body

recipient_endpoint_idstring uuid required
allowed_sender_domainstring required

Fully-qualified sender domain (at least two labels).

allowed_sender_addressstring nullable

Optional specific sender address to pin the grant to.

allowed_commandsstring[] nullable

Optional command allowlist; null = any command.

notestring

Response

Wake authorization created

successtrue required