Authentication
The Birdie API uses Personal access tokens, called API Key, to authenticate requests.
Get your API key
Request an API Key to support@birdie.so to get started.
How to use your API key
Once you have created your API Key, you can use it to make requests to the API. Requests are authenticated using HTTP Bearer Authentication. You must provide the access token in the Authorization header:
Last updated