GET api/twitter/oauthurl/{brandId}/{personId}
Get the oauth url for the twitter integration service
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| brandId | integer |
Required |
|
| personId | integer |
Default value is 0 |
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
}