Tags

Get All Tags

get
/tags

Retrieve all tags

Authorizations
apiKeystringRequired

Your DM Champ API key. Obtain from Settings → API Keys.

Query parameters
apiKeystringOptional

API key for authentication. At least one of apiKey or userId is required for protected endpoints.

Example: your_api_key
Responses
chevron-right
200

List of tags

application/json
namestringRequired

Tag name

descriptionstringOptional

Tag description

get
/tags
200

List of tags

Create New Tag

post
/tags

Create a new tag

Authorizations
apiKeystringRequired

Your DM Champ API key. Obtain from Settings → API Keys.

Query parameters
apiKeystringOptional

API key for authentication. At least one of apiKey or userId is required for protected endpoints.

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
/tags/{name}

Retrieve a specific tag by name

Authorizations
apiKeystringRequired

Your DM Champ API key. Obtain from Settings → API Keys.

Path parameters
namestringRequired
Query parameters
apiKeystringOptional

API key for authentication. At least one of apiKey or userId is required for protected endpoints.

Example: your_api_key
Responses
chevron-right
200

Tag found

application/json
namestringRequired

Tag name

descriptionstringOptional

Tag description

get
/tags/{name}

Last updated

Was this helpful?