cURL
curl --request GET \ --url https://api.example.com/v1/linked-accounts/oauth2/callback
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "app_name": "<string>", "linked_account_owner_id": "<string>", "security_scheme": "no_auth", "enabled": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Callback endpoint for OAuth2 account linking.
Successful Response
security scheme type for an app (or function if support override)
no_auth
api_key
http_basic
http_bearer
oauth2