Skip to main content

Create tagging

Use this endpoint to create a new association between a tag and a particular transaction, according to their unique GUIDs.

POST
/users/{user_guid}/taggings

Path Parameters

FieldRequiredType

user_guid

The unique identifier for a user, beginning with the prefix USR-.

Required
String

Header Parameters

FieldRequiredType

Accept-Version

MX Platform API version.

Required
String

Request Body

Tagging object to be created with required parameters (tag_guid and transaction_guid)

FieldRequiredType

tagging

Required
Object
Loading...