The connection object represents an access right to a user’s data

connection
Connection Object
id_connection
uuid

Panora Defined UUID for this connection

status
string
required

The status of the connection. Can be active, or expired

provider_slug
string
required

The provider slug for this connection

account_url
string

The account URL for this connection. Optionnal.

token_type
string
required

The token type for this connection

access_token
string
required

The access token for this connection

refresh_token
string
required

The refresh token for this connection

expiration_timestamp
string
required

The expiration timestamp for this connection

created_at
string
required

The creation timestamp for this connection

id_project
uuid
required

The project UUID this connection belongs to.

id_linked_user
uuid
required

The linked user UUID this connection belongs to.

Was this page helpful?