This API operation returns a user's direct cam special offers.
GET
/v1/Directcam/GetDirectCamSpecialOffers
GET
/v1/Groups/Directcam/GetDirectCamSpecialOffers
(See Group manager)
Property | Type | Description |
---|---|---|
UserID |
integer | Required. The User ID of the AdultWork.com member profile you wish the API to return the direct cam special offers of. |
If the authenticated user is the manager of a group, the user can impersonate another member of the group. This allows the manager to perform tasks of other group members without having to authenticate as them.
The request can be build in the same way as the regular request, but targeted towards the Group manager endpoint. Additionally, it has the following extra parameters:
Property | Type | Description |
---|---|---|
UserID |
integer | Required. The ID of a member in the group that will be impersonated for this request. |
Parameters can be passed to this operation using the HTTP GET method with the input model as a querystring.
The REST API uses HTTP request headers to determine what data type is returned or to authenticate the Authorization token. More information can be found in the overview section.
An Authorization header is required with every request and must contain the access_token of the user. More information can be found in the Access tokens page.
This endpoint does not require any additional scopes.
Property | Type | Description |
---|---|---|
DirectCamSpecialOffers |
Array of aws:DirectCamSpecialOffer | The member's direct cam special offers. |
The following example shows a sample returned by the API.