Connections
The connection object
Introduction to Panora’s connection
concept
Copy
{
"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
Copy
{
"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"
}
Panora Defined UUID for this connection
The status of the connection
. Can be active
, or expired
The provider slug for this connection
The account URL for this connection
. Optionnal.
The token type for this connection
The access token for this connection
The refresh token for this connection
The expiration timestamp for this connection
The creation timestamp for this connection
The project UUID this connection
belongs to.
The linked user UUID this connection
belongs to.
Copy
{
"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"
}
Assistant
Responses are generated using AI and may contain mistakes.