curl --request POST \
--url https://api.typeauth.com/{account_id}/tag/create \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>"
}'
Tag created successfully
Was this page helpful?
curl --request POST \
--url https://api.typeauth.com/{account_id}/tag/create \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>"
}'
curl --request POST \
--url https://api.typeauth.com/{account_id}/tag/create \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>"
}'
Tag created successfully
Was this page helpful?
curl --request POST \
--url https://api.typeauth.com/{account_id}/tag/create \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>"
}'