GET api/twitter/oauthurl/{brandId}/{personId}

Get the oauth url for the twitter integration service

Request Information

URI Parameters

NameDescriptionTypeAdditional information
brandId

integer

Required

personId

integer

Default value is 0

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
}