Get bearer token
Auth
Get bearer token
Exchanges an OMS API key + secret for a bearer token valid for 60 minutes. The token is signed by the OMS issuer and must be presented as Authorization Bearer <token> on every other endpoint.
POST
Get bearer token
Body
application/json
Secret API key identifier. Prefix encodes (mode, env): sk_live_… /
sk_sdbx_… on prod; non-prod envs add an env infix
(sk_dev_sdbx_…, sk_stg_live_…, …). The matching apiSecret is
shown once at key creation and stored only as an HMAC hash.
Example:
"sk_live_abc123..."
Opaque secret revealed once at key creation; not a typeid.
Example:
"opaque-bearer-secret..."