List Tags
GET {{baseUrl}}/orders/tags?page=1
This endpoint allows you to list all available tags that already exist so that you could use them in tagging orders.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
page | number | The Pagination page number |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":200,"success":true,"data":[{"id":665151403,"name":"test"}],"pagination":{"count":1,"total":1,"perPage":60,"currentPage":1,"totalPages":1,"links":[]}}