GET api/sync/googleanalyticsoauthurl/{brandId}/{personId}

Get the oauth url for the google analytics integration service

Request Information

URI Parameters

NameDescriptionTypeAdditional information
brandId

integer

Required

personId

integer

Required

Body Parameters

None.

Response Information

Resource Description

AuthUrlDataContract

Dezrez.Core.DataContracts.External.Api.Oauth.Query.AuthUrlDataContract
NameDescriptionTypeAdditional information
Url

string

None.

ExternalProviderEnabled

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Url": "sample string 1",
  "ExternalProviderEnabled": true
}