cURL
curl --request GET \ --url https://api.cme.sh/tag \ --header 'Authorization: Bearer <token>'
{ "status": true, "data": [ "<string>" ] }
Returns all tags in a workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The Id of the workspace
"d7sfsfffusf6tss"
Successful response
The response is of type object.
object