cURL
curl --request POST \ --url https://managexrapi.com/v1/tags/ \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "name": "History" } '
{ "data": { "id": "sFidGmedeQofSBcvRcyn", "name": "History" } }
Create a new tag
API key based authentication where is the Base64 encoding of API_KEY_ID:API_KEY_SECRET
API_KEY_ID
API_KEY_SECRET
Unique identifier of the organization. Defaults to the organization associated with the API key if no id supplied.
Name of the tag
"History"
The created tag
Show child attributes