Public API keys
This key can be exposed publicly (i.e. in your frontend code) and is used to access the public API endpoints. These endpoints are prefixed with thepublic
namespace in the API url (e.g. https://api.frigade.com/v1/public/flows
).
Private API keys
This key should be kept secret and is used to access the private API endpoints. It can be used to both access public and private API endpoints.Sample API request
The key should be passed in theAuthorization: Bearer <key>
header.
For example, to access the list of available flows in your account, you would make the following request: