GET api/sync/googleanalyticsoauthurl/{brandId}/{personId}
Get the oauth url for the google analytics integration service
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| brandId | integer |
Required |
|
| personId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AuthUrlDataContract
AuthUrlDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Url | string |
None. |
|
| ExternalProviderEnabled | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Url": "sample string 1",
"ExternalProviderEnabled": true
}