Modo Claro
List Order Tags
GET
/orders/tagsLast modified: 17 days ago
This endpoint allows you to list all available tags that already exist so that you could use them in tagging orders.
Request
Parâmetros Query
page
integer
opcional
The Pagination page number
Request samples
Respostas
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Esquema de Dados
No schema defined
Exemplo
{
"status": 200,
"success": true,
"data": [
{
"id": 665151403,
"name": "test"
}
],
"pagination": {
"count": 1,
"total": 1,
"perPage": 60,
"currentPage": 1,
"totalPages": 1,
"links": []
}
}
Last modified: 17 days ago