Learn how to authenticate your requests to the Panora API.
https://api.panora.dev/
Creating your API Key
Safely store your API Key
Catch your first `connection_token`
connection_token
is created everytime a user connects an account to your platform.
You need to setup a webhook and listen to events connection.created
to catch a connection_token
.
connection_token
is a string, located in the “data” object, inside a connection.created
event.API Key
and a connection_token
Setup your API Key in your code:
Make your first unified API call: