{
    "id_connection": "6cd057cb-39df-44ce-9be8-ab9d167c3940",
    "status": "valid",
    "connection_token": "e6d46c3763dc3e85fb078eae952654bd4f4861b313b7ccae201b91aa37532b71",
    "provider_slug": "hubspot",
    "account_url": null,
    "expiration_timestamp": "2023-12-20T18:44:44.869Z",
    "created_at": "2023-12-10T18:20:06.275Z",
    "id_project": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
    "id_linked_user": "d7a0af02-0f9b-40a6-86a9-612dcfe341fe"
}

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

{
    "id_connection": "6cd057cb-39df-44ce-9be8-ab9d167c3940",
    "status": "valid",
    "connection_token": "e6d46c3763dc3e85fb078eae952654bd4f4861b313b7ccae201b91aa37532b71",
    "provider_slug": "hubspot",
    "account_url": null,
    "expiration_timestamp": "2023-12-20T18:44:44.869Z",
    "created_at": "2023-12-10T18:20:06.275Z",
    "id_project": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
    "id_linked_user": "d7a0af02-0f9b-40a6-86a9-612dcfe341fe"
}
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.