get
https://api.bynn.com/v1/api_keys/public
Returns the PUBLIC API key for the organization identified by the PRIVATE API
key used to authenticate this request.
This lets a server-side integration that holds only the private key obtain the
matching public key — which is required to create client-side verification
sessions (e.g. POST /v1/sessions) — without logging in to the dashboard.
The returned public key matches the mode (test vs live) of the private key used
to authenticate: a test private key returns the test public key, a live private
key returns the live public key.
Response
public_key— the organization's public API key string (e.g.public_...)is_test— whether this is a test-mode key
Errors
401 authentication_error— missing, malformed, or revoked private key.404 not_found— the organization has no public key of the matching mode.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Get the organization public API key