Skip to content

List Tags GET

URL: https://api.painelalter.com/api/getTags

Returns all tags for the company of the token user.

Response Example

json
[
    {
        "id": 216,
        "tagName": "Tag",
        "id_company": 122,
        "id_createdBy": 468,
        "createdAt": "2025-05-22 14:53:31",
        "userHasAccessToAllTaggedStores": true
    },
    {
        "id": 217,
        "tagName": "Tag2",
        "id_company": 122,
        "id_createdBy": 468,
        "createdAt": "2025-05-22 14:56:14",
        "userHasAccessToAllTaggedStores": true
    }
]