Tags

All API Operations related with tags

READ Scope

List all Tags

get

Retrieves all tags

Authorizations
AuthorizationstringRequired

API Key Authentication

Responses
200

OK

application/json
get
/v1/tags
200

OK

Get a Tag by ID

get

Retrieves a single tag by its unique ID

Authorizations
AuthorizationstringRequired

API Key Authentication

Path parameters
idstring · uuidRequired
Responses
200

OK

application/json
get
/v1/tags/{id}
200

OK

WRITE Scope

Create a new Tag

post

Creates a new tag

Authorizations
AuthorizationstringRequired

API Key Authentication

Body
Responses
200

OK

application/json
post
/v1/tags
200

OK

UPDATE Scope

Update Tag

put

Updates an existing tag

Authorizations
AuthorizationstringRequired

API Key Authentication

Path parameters
idstring · uuidRequired
Body
Responses
200

OK

application/json
put
/v1/tags/{id}
200

OK

Last updated