API-referentie
Taglijst ophalen
Geeft alle tags terug die in het huidige account worden gebruikt om inhoud te organiseren.
curl -X GET "https://s.ee/api/v1/tags" \ -H "Authorization: string"{
"code": 0,
"message": "string",
"data": {
"code": 0,
"data": {
"tags": [
{
"id": 0,
"name": "string"
}
]
},
"message": "string"
}
}