Spaces method and path for this operation:
get /s/{space_id}/api/actions/connector/_oauth_callback
Refer to Spaces for more information.
Handles the OAuth 2.0 authorization code callback from external providers. Exchanges the authorization code for access and refresh tokens.
GET
/api/actions/connector/_oauth_callback
curl \
--request GET 'https://<KIBANA_URL>/api/actions/connector/_oauth_callback' \
--header "Authorization: $API_KEY"