Skip to main content
POST
Select Integration Property
Select a specific property for integrations that require additional configuration after OAuth (e.g., Google Analytics).

URL Parameters

string
required
The type of integration. Currently supported:
  • google-analytics

Request

string
required
The temporary access token received from the callback
string
required
The ID of the property to select
string
required
Unique identifier for the user in your system

Response

boolean
Whether the property selection was successful
string
The redirect URI provided during connection

Example

Error Codes

object
Invalid request
object
Authentication error
object
Invalid temporary token
object
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