MailMoo
EndpointsCRM

List tags

Returns every tag in the workspace, alphabetically. Tags are workspace configuration, so fetch them here to resolve a tag name to the ID that lead updates expect. A null builtInType means someone created the tag by hand; a non-null one means MailMoo maintains it.

GET/tags.getAll

Authorization

bearerAuth
AuthorizationBearer <token>

Enter your MailMoo API key (format: sk_live_...)

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/tags.getAll"
[  {    "id": "string",    "name": "string",    "colorHex": "string",    "builtInType": "LEAD",    "workspaceId": "string",    "property1": null,    "property2": null  }]