Transaction Labels
This method returns the transaction's labels.
If you've set up your API Key when initializing your LAM, you'll need to include it as a header along with the api user header. For more details, see step 5 of the get started documentation.
(required) Username of a registered API User
The transaction's ID
Transaction object
id of the creator
42name of the tag
SPAMid of the last updater
42date on which the tag has been last updated
2023-02-06T02:48:59+00:00Transaction not found
This post endpoint set the Label matching the ID passed in the payload to the Transaction matching the ID passed in the url
If you've set up your API Key when initializing your LAM, you'll need to include it as a header along with the api user header. For more details, see step 5 of the get started documentation.
(required) Username of a registered API User
The transaction's ID
ID of the label to add to the resource
42Whether or not the Label has been successfully attached
trueTransaction or Label does not exist
This post endpoint remove the Label from the transaction matching the IDs passed in url
If you've set up your API Key when initializing your LAM, you'll need to include it as a header along with the api user header. For more details, see step 5 of the get started documentation.
(required) Username of a registered API User
The label's ID
The transaction's ID
Whether or not the Label has been successfully removed
trueTransaction or Label does not exist