GET api/authorization/salesaidescriptions
Is User Allowed To Generate Sales AI Descriptions. Processes this authorization API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
The response returned after the operation completes.
AuthorizationResponseDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| IsAuthorized |
Indicates whether this item is authorized. |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsAuthorized": true
}