cURL
curl --request POST \ --url https://api.supaqr.com/tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "SupaQR", "color": "red" }'
{ "id": "<string>", "name": "<string>", "color": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The name of the tag to create.
1 - 50
"SupaQR"
The color of the tag. If not provided, a random color will be used.
red
blue
green
orange
purple
pink
cyan
gray
yellow
"red"