Tags

Get All Tags

get

Retrieve all tags

Authorizations
apiKeystringRequired
Query parameters
apiKeystringOptional

API key for authentication

Example: your_api_key
Responses
chevron-right
200

List of tags

application/json
get
/tags
200

List of tags

Create New Tag

post

Create a new tag

Authorizations
apiKeystringRequired
Query parameters
apiKeystringOptional

API key for authentication

Example: your_api_key
Body
namestringRequired

Tag name

descriptionstringOptional

Tag description

Responses
post
/tags
201

Tag created successfully

No content

Get Tag by Name

get

Retrieve a specific tag by name

Authorizations
apiKeystringRequired
Path parameters
namestringRequired
Query parameters
apiKeystringOptional

API key for authentication

Example: your_api_key
Responses
chevron-right
200

Tag found

application/json
get
/tags/{name}

Last updated

Was this helpful?