API Key
is associated with a specific User
within your Organization
.API Key
are inherited from the User
it belongs to.sk_live_...
(currently, only live mode keys are supported).API Key
in the Authorization
header using the Bearer
scheme.
sk_live_YOUR_API_KEY
with your actual secret key.
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
For more details on managing Users and their permissions, see the Organizations and Users concept page.