GET
/
tag
curl --request GET \
  --url https://api.cme.sh/tag \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "data": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

workspaceId
string
required

The Id of the workspace

Example:

"d7sfsfffusf6tss"

Response

200
application/json
Successful response
status
boolean
data
string[]