Tags
Authorizations
apiKeystringRequired
Your DM Champ API key. Obtain from Settings → API Keys.
Query parameters
apiKeystringOptionalExample:
API key for authentication. At least one of apiKey or userId is required for protected endpoints.
your_api_keyResponses
200
List of tags
application/json
namestringRequired
Tag name
descriptionstringOptional
Tag description
get
/tags200
List of tags
Authorizations
apiKeystringRequired
Your DM Champ API key. Obtain from Settings → API Keys.
Query parameters
apiKeystringOptionalExample:
API key for authentication. At least one of apiKey or userId is required for protected endpoints.
your_api_keyBody
namestringRequired
Tag name
descriptionstringOptional
Tag description
Responses
201
Tag created successfully
post
/tags201
Tag created successfully
No content
Authorizations
apiKeystringRequired
Your DM Champ API key. Obtain from Settings → API Keys.
Path parameters
namestringRequired
Query parameters
apiKeystringOptionalExample:
API key for authentication. At least one of apiKey or userId is required for protected endpoints.
your_api_keyResponses
200
Tag found
application/json
namestringRequired
Tag name
descriptionstringOptional
Tag description
404
Tag not found
get
/tags/{name}Last updated
Was this helpful?

