Create an API key
POST/keys
Session-authenticated — requires the admin or owner role. Lives outside
/api/public/v1/* at /api/v1/keys.
There is no Bearer-key or HMAC path to mint a key. To obtain one you must first sign up for a FlowBeacon account and sign in to the console — the browser then sends the session cookie automatically — and you must hold the admin or owner role in the organization. The raw key is returned exactly once and is never retrievable again.
Request
Responses
- 200
- 400
- 401
- 403
Key created.
Organization context required.
Not signed in — sign up for a FlowBeacon account and sign in first.
Signed in but lacking the admin or owner role required to manage keys.