/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 |
X-API-Key: ak.<key_id>.<secret>Authentication & errors →curl -X GET '/api/v1/connectors/oauth/{provider_slug}/authorize' \
-H 'X-API-Key: ak.<key_id>.<secret>'No response body documented
X-API-Key: ak.<key_id>.<secret>Authentication & errors →curl -X GET '/api/v1/connectors/oauth/{provider_slug}/authorize' \
-H 'X-API-Key: ak.<key_id>.<secret>'No response body documented