Light Mode
List Order Tags
GET
/orders/tagsLast modified: 16 days ago
This endpoint allows you to list all available tags that already exist so that you could use them in tagging orders.
Request
Query Params
page
integer
optional
The Pagination page number
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"status": 200,
"success": true,
"data": [
{
"id": 665151403,
"name": "test"
}
],
"pagination": {
"count": 1,
"total": 1,
"perPage": 60,
"currentPage": 1,
"totalPages": 1,
"links": []
}
}
Last modified: 16 days ago