get https://api.atendare.com/v2/categories
Exibe uma listagem das categorias cadastradas
GET - 200
{
"total": 1,
"page_index": 0,
"page_size": 15,
"results": [
{
"id": 1,
"name": "Nome da categoria"
}
]
}
Exibe uma listagem das categorias cadastradas
GET - 200
{
"total": 1,
"page_index": 0,
"page_size": 15,
"results": [
{
"id": 1,
"name": "Nome da categoria"
}
]
}
Try It!
to start a request and see the response here!