Select Integration Property
Select a property for integrations that require it
POST
Select a specific property for integrations that require additional configuration after OAuth (e.g., Google Analytics).
URL Parameters
The type of integration. Currently supported:
google-analytics
Request
The temporary access token received from the callback
The ID of the property to select
Unique identifier for the user in your system
Response
Whether the property selection was successful
The redirect URI provided during connection
Example
Error Codes
Invalid request
Authentication error
Invalid temporary token
Server error
Notes
- This endpoint is currently only used for Google Analytics integration
- The
temporaryAccessToken
is received from the callback endpoint - The
propertyId
should be selected from the list of properties returned in the callback response - After successful property selection, redirect the user to the
passthroughRedirectUri
- The integration will be automatically enabled for the user after successful property selection