Authentication
Most of our API endpoints are protected by an authorization service that verify that the provided JWT token is issued by our authentication service. To obtain a token, you must provide a persistent token issued by us to the authentication service, you can find instructions on how to obtain a token in our API reference section
Please note that when you receive the token, it will be encapsulated in quotes in the body, like this: "". You may have to trim these symbols, depending on the programming language you're using. To test the other endpoints, ensure that you include the token in the Authorization
header of your API requests.
🦉
Default Callback
Open Recipe
Updated about 1 year ago