connections
List Connections
get/connections
Response
Example response
[
{
"id_connection": "123e4567-e89b-12d3-a456-426614174000",
"status": "active",
"provider_slug": "hubspot",
"vertical": "crm",
"account_url": "https://example.com/account",
"token_type": "oauth2",
"access_token": "access_token_example",
"refresh_token": "refresh_token_example",
"expiration_timestamp": "2024-10-01T12:00:00Z",
"created_at": "2024-10-01T12:00:00Z",
"connection_token": "123e4567-e89b-12d3-a456-426614174000",
"id_project": "123e4567-e89b-12d3-a456-426614174001",
"id_linked_user": "123e4567-e89b-12d3-a456-426614174002"
}
]