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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
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.
"sk_live_abc123..."
Opaque secret revealed once at key creation; not a typeid.
"opaque-bearer-secret..."