Authentication
Secret key
Authentication with a Bearer JWT token, delivered by the Auth API. This authentication is used for server to server calls. You can manage your secret keys on your dashboard.
🦉
Secret Key Authentication
Open Recipe
Public key
Authentication with a Public Key (eg. for requests made by PayGreenJS). The public keys have a limited scope, so it must be used with an object_secret for sensitive requests. You can manage your public keys on your dashboard.
Keys can be found here.
Updated 11 months ago