curl --request GET \
--url https://platform.versori.com/api/switchboard/v1alpha1/connections/oauth2/callback \
--header 'Authorization: <api-key>'{
"id": "<string>",
"organisationID": "<any>",
"name": "<string>",
"data": {},
"type": "<string>",
"redactFields": [
"<string>"
],
"expiresAt": "2023-11-07T05:31:56Z"
}FinaliseConnectionCallback is the redirect URL to exchange an authorization code for an access token in an OAuth2.0 authorization code grant. It must be noted that the real callback URL configured with the OAuth2.0 provider should be a Switchboard URL (prompted to the user at app-creation time) and not this API URL.
curl --request GET \
--url https://platform.versori.com/api/switchboard/v1alpha1/connections/oauth2/callback \
--header 'Authorization: <api-key>'{
"id": "<string>",
"organisationID": "<any>",
"name": "<string>",
"data": {},
"type": "<string>",
"redactFields": [
"<string>"
],
"expiresAt": "2023-11-07T05:31:56Z"
}