Get Confluence integration status for a user
cURL
curl --request GET \ --url https://api.example.com/api/v1/integrations/confluence/status/{user_id} \ --header 'Authorization: Bearer <token>'
{ "user_id": "<string>", "is_connected": true, "connected_at": "2023-11-07T05:31:56Z", "scope": "<string>", "expires_at": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Confluence integration status for a user