sk_live_.
Sending the key
Send the key as a bearer token in theAuthorization header:
?token= query parameter on connect instead — that is the only other accepted form.
Rotation and revocation
Create a new key in the Developer Portal before retiring an old one, switch your application to the new key, then revoke the old key. A revoked or expired key fails closed: requests return401 with an error code of revoked_key or expired_key. See Errors for the full status mapping.
What a key can access
A key carries a set of scopes (what it may call) and is bound to a plan tier (how much and how often). A request that lacks the required scope returns403 with code insufficient_scope. Org admins can mint keys with a subset of scopes using a key that holds admin:keys.
Next steps
Scopes
The permissions a key can hold.
Rate limits
Per-tier request and quota limits.