Browse Documentation

Reference / browser control plane / generated

GET/v1/invitations

List invitations matching the signed-in user's verified identities.

List invitations matching the signed-in user's verified identities

Operation IDlistUserInvitations
Success200
AuthenticationBrowser session
CSRF headerNot required

Request contract

This operation has no path parameters.

This operation has no JSON request body.

Same-origin request example

This operator-oriented example makes the cookie and CSRF boundaries explicit. Use an isolated browser test session, keep both values out of shell history, and replace generated path variables before execution.

terminal
curl --request GET \  --cookie "wildflower_session=${WILDFLOWER_SESSION}" \  "https://wildflower.computer/v1/invitations"

SDK boundary

This operation powers the account console and is not emitted in the TypeScript, Python, Rust, Go, or Zig project-key SDKs. Use the generated public API reference for sandbox automation.