{ "success": true, "passthroughRedirectUri": "https://your-app.com/oauth/callback" }
Select a property for integrations that require it
google-analytics
curl -X POST https://suada.ai/api/public/integrations/google-analytics/select-property \ -H "Authorization: Bearer sk-suada-your-api-key" \ -H "Content-Type: application/json" \ -d '{ "temporaryAccessToken": "temp-token-from-callback", "propertyId": "123456789", "externalUserIdentifier": "user-123" }'
{ "error": "Missing required parameters" }
{ "error": "Invalid or expired API key" }
{ "error": "Invalid temporary access token" }
{ "error": "Failed to select property" }
temporaryAccessToken
propertyId
passthroughRedirectUri
Was this page helpful?