Revoke a pending invite (owner/admin)
Command line
The orl CLI wraps this endpoint:
orl organizations invite delete <email>Authorization
apiKey OpenRelay API key. Send it as Authorization: Bearer or_… (legacy vl_… keys still work).
In: header
Path Parameters
Response Body
application/json
application/json
curl -X DELETE "https://example.com/v1/orgs/string/invites/string"List an org's pending invites (owner/admin) GET
Previous Page
Record the browser device the caller is signed in from POST
Records a Fingerprint visitor id against an existing org. It exists because the dominant signup funnel is the first-login auto-onboard, which creates the org server-side with no request body to carry the device on, so without this endpoint the primary funnel would stay dark. Any member of the org may call it. It never changes access, billing, or org state, and it always returns 204 once authorized, including when the body is empty: a browser that blocked the agent must not see an error.