Tags

List Tags

get

Retrieve project tags used to organize customers and reviews.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Success

application/json

Object containing response data for this resource.

successbooleanOptional

Indicates whether the request completed successfully.

codeintegerOptional

Short code or application-level status code for this resource.

get
/tags
200

Success

Create Tag

post

Create a project tag for customer or review organization.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

Request body for creating a project tag.

namestringRequired

Display name for this tag.

colorstring · nullableOptional

Hex color associated with this tag.

spritestring · nullableOptional

Icon sprite class used when displaying this tag.

contextstring · enum · nullableOptional

Resource type this tag applies to.

Possible values:
ai_instructionsstring · nullableOptional

Instructions used by AI tagging for review tags.

has_ai_taggingboolean · nullableOptional

Whether AI tagging is enabled for this tag.

Responses
chevron-right
200

Success

application/json

Object containing response data for this resource.

successbooleanOptional

Indicates whether the request completed successfully.

codeintegerOptional

Application-level status code returned by More Good Reviews.

post
/tags
200

Success

Update Tag

put

Rename, recolor, or adjust slug and AI tagging settings for an existing workspace tag.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idintegerRequired

Unique numeric identifier for this tag.

Body

Request body for updating a project tag.

namestringRequired

Display name for this tag.

slugstring · max: 30 · nullableOptional

Stable URL-safe slug override; must remain unique among project tags when provided.

colorstring · nullableOptional

Hex color associated with this tag.

spritestring · nullableOptional

Icon sprite class used when displaying this tag.

ai_instructionsstring · nullableOptional

Instructions used by AI tagging for review tags when has_ai_tagging is true.

has_ai_taggingboolean · nullableOptional

Whether AI tagging is enabled for this tag on review-context tags.

Responses
chevron-right
200

Success

application/json

Object containing response data for this resource.

successbooleanOptional

Indicates whether the request completed successfully.

codeintegerOptional

Application-level status code returned by More Good Reviews.

put
/tags/{id}
200

Success

Delete Tag

delete

Soft-delete a workspace tag shared across customers and reviews.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idintegerRequired

Unique numeric identifier for this tag.

Responses
chevron-right
200

Success

application/json

Object confirming the tag was deleted.

successbooleanOptional

Indicates whether the request completed successfully.

codeintegerOptional

Application-level status code returned by More Good Reviews.

delete
/tags/{id}
200

Success

Last updated