cURL
curl --request POST \ --url https://api.sendx.io/api/v1/rest/tag \ --header 'Content-Type: application/json' \ --header 'X-Team-ApiKey: <api-key>' \ --data '{ "name": "Marketing Tag" }'
{ "id": "sendx123", "name": "My New Resource", "success": true }
Create a new tag for the account
The tag content
The body is of type object.
object
Tag created successfully
The response is of type object.
Was this page helpful?