List tags

All API requests should contain authorization headers.

Request

GET /tags

Query Parameters

This endpoint doesn't require query parameters.

Response

{
    "data": [
        {
            "id": 1386,
            "text": "Email"
        },
        {
            "id": 1387,
            "text": "Important"
        },
        {
            "id": 1388,
            "text": "VIP"
        }
    ],
    "errorCode": -1,
    "errorText": null
}

Data field will contain an array of Tag models.

Last updated