Get Linear integration status for a user
curl --request GET \
--url https://api.example.com/api/v1/integrations/linear/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.
curl --request GET \
--url https://api.example.com/api/v1/integrations/linear/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"
}