v1

latestSwagger 2.02026-07-137811.9 KB

Tag Policy

Tag adds a tag to the policy

post/tag

Request body

Emailstring

email of the individual or beneficiary

EventNamestring

Unique name of the event

TicketIDstring

Unique ID of the ticket - required for travel funds

TxnTypestring

Type of transaction

Usernamestring

Unique username or lfId of the individual

Example request

{
  "Email": "john-doe@email.com",
  "EventName": "KubeCon 2023",
  "TicketID": "F11B6C1D67DC6A3D",
  "TxnType": "Travel Fund",
  "Username": "john_doe"
}

Response

OK