curl --request GET \
--url https://api.backside.app/api/v1/oauth-connections/{id} \
--header 'Authorization: Bearer <token>'{
"account_handle": "<string>",
"account_id": "<string>",
"consecutive_refresh_failures": 123,
"created_at": "2023-11-07T05:31:56Z",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"metadata": "<unknown>",
"provider": "<string>",
"scopes": [
"<string>"
],
"status": "<string>",
"access_token_expires_at": "2023-11-07T05:31:56Z",
"label": "<string>",
"last_refresh_at": "2023-11-07T05:31:56Z",
"last_verified_at": "2023-11-07T05:31:56Z",
"status_reason": "<string>"
}curl --request GET \
--url https://api.backside.app/api/v1/oauth-connections/{id} \
--header 'Authorization: Bearer <token>'{
"account_handle": "<string>",
"account_id": "<string>",
"consecutive_refresh_failures": 123,
"created_at": "2023-11-07T05:31:56Z",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"metadata": "<unknown>",
"provider": "<string>",
"scopes": [
"<string>"
],
"status": "<string>",
"access_token_expires_at": "2023-11-07T05:31:56Z",
"label": "<string>",
"last_refresh_at": "2023-11-07T05:31:56Z",
"last_verified_at": "2023-11-07T05:31:56Z",
"status_reason": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OAuth connection id
Connection summary
Was this page helpful?