Description
Manage tags applied to opportunities. Use these endpoints to retrieve, assign, or remove tags from opportunity records.
Resource Overview
| Endpoint | Definition |
| GET/OpportunityTags | Returns a list of tags associated with opportunities. |
| POST/OpportunityTags | Assigns a tag to an opportunity. |
| DELETE/OpportunityTags | Removes a tag from an opportunity. |
Attributes
| Attribute | Description | Data Type | Notes |
|---|---|---|---|
| OpportunityID | unique identifier for the opportunity | integer (int32) | |
| TagID | unique identifier for the tag | integer (int32) |