/v1/connectors/oauth/{provider_slug}/authorizeOAuth authorize is opened via browser popup — token comes via query param.
| Name | Type | Required | Description |
|---|---|---|---|
provider_slug | string | Required |
| Name | Type | Required | Description |
|---|---|---|---|
collection_id | string (uuid) | Required | |
space_id | string (uuid) | Required | |
redirect_uri | string | Optional | |
connector_id | string | Optional | |
token | string | Optional | |
tenant_id | string | Optional |
curl -X GET '/api-proxy/v1/connectors/oauth/{provider_slug}/authorize' \
-H 'Authorization: Bearer <YOUR_TOKEN>'No response body documented
curl -X GET '/api-proxy/v1/connectors/oauth/{provider_slug}/authorize' \
-H 'Authorization: Bearer <YOUR_TOKEN>'No response body documented