Glossary
Connection Object
Understand the connection object.
The connection
object represents an access right to a end-user’s software.
JSON
A connection
is created once a user completes the auth granting access flow (through magic-link or inside code).
connection_token
is mandatory for each unified API request.
It helps Panora get important data
- metadata about the software where the data has to be fetched/created (e.g provider & vertical).
- private encrypted credentials (access_token/refresh_token) to make the requests on behalf of the user.
Was this page helpful?