GET api/twitter/oauthurl/{brandId}/{personId}
Get the oauth url for the twitter integration service Processes this twitter API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| brandId |
The unique identifier of the brand resource. |
integer |
Required |
| personId |
The unique identifier of the person resource. |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
AuthUrlDataContract
AuthUrlDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Url |
The url value. |
string |
None. |
| ExternalProviderEnabled |
Indicates whether external provider enabled is true. |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Url": "sample string 1",
"ExternalProviderEnabled": true
}