POST
/
tag
curl --request POST \
  --url https://api.cme.sh/tag \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "workspaceId": "<string>",
  "tag": "<string>"
}'
{
  "status": true,
  "data": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
Create a new link for the authenticated workspace.
workspaceId
string
required

Id of the Workspace

tag
string
required

Value of the tag

Response

200
application/json
Successful response
status
boolean
data
string