Oauth
Get integration connections
Gets integration connections by integration_id
get/hub/integrations/{integration_id}/oauth-connections
Response
Connection deleted successfully
Example response
{
"access_token": "eyJhbGciOiJSUzI1Ni...",
"expires_in": 1800,
"expiry": "2025-05-29T17:09:39.816102+01:00",
"modified": 1748533179,
"refresh_token": "ulpL_...",
"sequence": 85,
"subject": "ms.integration.oauth.AC75JGNMJHTRQNXCBDMIAJCJ57HAEWP2RGWXJCIFFGW2K64OKG267A2D.xero.demo",
"token_type": "Bearer"
}