Skip to main content

City List

A request to the following endpoint returns a list of all Active City Objects currently registed in our system

Request​

GET - {{url}}/api/public/merchant/city

Headers
{
"Accept": "application/json",
"Authorization": "Bearer {{ token }}",
"Content-Type": "application/json",
"X-tenant": "{{ tenant }}",
}

Allowed Filters And Attributes​

  • filter[id] : Integer - Filters a list of cities by their ID
  • filter[name] : String - Filters a list of cities by their name
  • filter[state_id] : Integer - Filters a list of cities by their state ID
  • filter[state_name] : Integer - Filters a list of cities by their state name
  • filter[is_active] : Boolean - Filters a list of cities by their active status
  • paginate : Integer - Specifies the pagination to use for the response object
  • noPagination - Ignores pagination and return a list of all cities
  • noPaginationNoFilter - Ignores pagination and filters and returns a list of all cities with a payload containing only city id and city name
  • ignoreActivity - Returns both active and inactive cities

Response​

Status - 200 - OK

Sample Response Object
{
"data": [
{
"id": 1,
"ref_no": "CT-0001",
"name": "Colombo 01",
"postal_code": "",
"state_id": 1,
"country_id": 1,
"zone_id": 1,
"default_warehouse_id": 1,
"is_active": true,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z",
"default_warehouse": {
"id": 1,
"ref_no": "BR-000001",
"rate_card_id": null,
"name": "Head Office",
"is_agent": false,
"primary_address": "125/2 3rd Lane, Subadrarama Road, Nugegoda.",
"primary_email": "[email protected]",
"logo_url": "curfox new logo 2.png",
"created_at": "2022-02-12T11:58:39.000000Z",
"updated_at": "2022-02-12T11:58:39.000000Z"
},
"state": {
"id": 1,
"ref_no": "ST-0001",
"name": "Colombo",
"country_id": 1,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z",
"has_child": true
},
"country": {
"id": 1,
"name": "Sri Lanka",
"country_code": "LKR",
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z"
},
"zone": {
"id": 1,
"ref_no": "ZN-0001",
"name": "Colombo Zone",
"created_at": "2022-02-19T04:00:50.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z"
}
},
{
"id": 2,
"ref_no": "CT-0002",
"name": "Colombo 02",
"postal_code": "",
"state_id": 1,
"country_id": 1,
"zone_id": 1,
"default_warehouse_id": 1,
"is_active": true,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z",
"default_warehouse": {
"id": 1,
"ref_no": "BR-000001",
"rate_card_id": null,
"name": "Head Office",
"is_agent": false,
"primary_address": "125/2 3rd Lane, Subadrarama Road, Nugegoda.",
"primary_email": "[email protected]",
"logo_url": "curfox new logo 2.png",
"created_at": "2022-02-12T11:58:39.000000Z",
"updated_at": "2022-02-12T11:58:39.000000Z"
},
"state": {
"id": 1,
"ref_no": "ST-0001",
"name": "Colombo",
"country_id": 1,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z",
"has_child": true
},
"country": {
"id": 1,
"name": "Sri Lanka",
"country_code": "LKR",
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z"
},
"zone": {
"id": 1,
"ref_no": "ZN-0001",
"name": "Colombo Zone",
"created_at": "2022-02-19T04:00:50.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z"
}
},
{
"id": 3,
"ref_no": "CT-0003",
"name": "Colombo 03",
"postal_code": "",
"state_id": 1,
"country_id": 1,
"zone_id": 1,
"default_warehouse_id": 1,
"is_active": true,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z",
"default_warehouse": {
"id": 1,
"ref_no": "BR-000001",
"rate_card_id": null,
"name": "Head Office",
"is_agent": false,
"primary_address": "125/2 3rd Lane, Subadrarama Road, Nugegoda.",
"primary_email": "[email protected]",
"logo_url": "curfox new logo 2.png",
"created_at": "2022-02-12T11:58:39.000000Z",
"updated_at": "2022-02-12T11:58:39.000000Z"
},
"state": {
"id": 1,
"ref_no": "ST-0001",
"name": "Colombo",
"country_id": 1,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z",
"has_child": true
},
"country": {
"id": 1,
"name": "Sri Lanka",
"country_code": "LKR",
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z"
},
"zone": {
"id": 1,
"ref_no": "ZN-0001",
"name": "Colombo Zone",
"created_at": "2022-02-19T04:00:50.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z"
}
},
{
"id": 4,
"ref_no": "CT-0004",
"name": "Colombo 04",
"postal_code": "",
"state_id": 1,
"country_id": 1,
"zone_id": 1,
"default_warehouse_id": 1,
"is_active": true,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z",
"default_warehouse": {
"id": 1,
"ref_no": "BR-000001",
"rate_card_id": null,
"name": "Head Office",
"is_agent": false,
"primary_address": "125/2 3rd Lane, Subadrarama Road, Nugegoda.",
"primary_email": "[email protected]",
"logo_url": "curfox new logo 2.png",
"created_at": "2022-02-12T11:58:39.000000Z",
"updated_at": "2022-02-12T11:58:39.000000Z"
},
"state": {
"id": 1,
"ref_no": "ST-0001",
"name": "Colombo",
"country_id": 1,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z",
"has_child": true
},
"country": {
"id": 1,
"name": "Sri Lanka",
"country_code": "LKR",
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z"
},
"zone": {
"id": 1,
"ref_no": "ZN-0001",
"name": "Colombo Zone",
"created_at": "2022-02-19T04:00:50.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z"
}
},
{
"id": 5,
"ref_no": "CT-0005",
"name": "Colombo 05",
"postal_code": "",
"state_id": 1,
"country_id": 1,
"zone_id": 1,
"default_warehouse_id": 1,
"is_active": true,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z",
"default_warehouse": {
"id": 1,
"ref_no": "BR-000001",
"rate_card_id": null,
"name": "Head Office",
"is_agent": false,
"primary_address": "125/2 3rd Lane, Subadrarama Road, Nugegoda.",
"primary_email": "[email protected]",
"logo_url": "curfox new logo 2.png",
"created_at": "2022-02-12T11:58:39.000000Z",
"updated_at": "2022-02-12T11:58:39.000000Z"
},
"state": {
"id": 1,
"ref_no": "ST-0001",
"name": "Colombo",
"country_id": 1,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z",
"has_child": true
},
"country": {
"id": 1,
"name": "Sri Lanka",
"country_code": "LKR",
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z"
},
"zone": {
"id": 1,
"ref_no": "ZN-0001",
"name": "Colombo Zone",
"created_at": "2022-02-19T04:00:50.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z"
}
},
{
"id": 6,
"ref_no": "CT-0006",
"name": "Colombo 06",
"postal_code": "",
"state_id": 1,
"country_id": 1,
"zone_id": 1,
"default_warehouse_id": 1,
"is_active": true,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z",
"default_warehouse": {
"id": 1,
"ref_no": "BR-000001",
"rate_card_id": null,
"name": "Head Office",
"is_agent": false,
"primary_address": "125/2 3rd Lane, Subadrarama Road, Nugegoda.",
"primary_email": "[email protected]",
"logo_url": "curfox new logo 2.png",
"created_at": "2022-02-12T11:58:39.000000Z",
"updated_at": "2022-02-12T11:58:39.000000Z"
},
"state": {
"id": 1,
"ref_no": "ST-0001",
"name": "Colombo",
"country_id": 1,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z",
"has_child": true
},
"country": {
"id": 1,
"name": "Sri Lanka",
"country_code": "LKR",
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z"
},
"zone": {
"id": 1,
"ref_no": "ZN-0001",
"name": "Colombo Zone",
"created_at": "2022-02-19T04:00:50.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z"
}
},
{
"id": 7,
"ref_no": "CT-0007",
"name": "Colombo 07",
"postal_code": "",
"state_id": 1,
"country_id": 1,
"zone_id": 1,
"default_warehouse_id": 1,
"is_active": true,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z",
"default_warehouse": {
"id": 1,
"ref_no": "BR-000001",
"rate_card_id": null,
"name": "Head Office",
"is_agent": false,
"primary_address": "125/2 3rd Lane, Subadrarama Road, Nugegoda.",
"primary_email": "[email protected]",
"logo_url": "curfox new logo 2.png",
"created_at": "2022-02-12T11:58:39.000000Z",
"updated_at": "2022-02-12T11:58:39.000000Z"
},
"state": {
"id": 1,
"ref_no": "ST-0001",
"name": "Colombo",
"country_id": 1,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z",
"has_child": true
},
"country": {
"id": 1,
"name": "Sri Lanka",
"country_code": "LKR",
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z"
},
"zone": {
"id": 1,
"ref_no": "ZN-0001",
"name": "Colombo Zone",
"created_at": "2022-02-19T04:00:50.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z"
}
},
{
"id": 8,
"ref_no": "CT-0008",
"name": "Colombo 08",
"postal_code": "",
"state_id": 1,
"country_id": 1,
"zone_id": 1,
"default_warehouse_id": 1,
"is_active": true,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z",
"default_warehouse": {
"id": 1,
"ref_no": "BR-000001",
"rate_card_id": null,
"name": "Head Office",
"is_agent": false,
"primary_address": "125/2 3rd Lane, Subadrarama Road, Nugegoda.",
"primary_email": "[email protected]",
"logo_url": "curfox new logo 2.png",
"created_at": "2022-02-12T11:58:39.000000Z",
"updated_at": "2022-02-12T11:58:39.000000Z"
},
"state": {
"id": 1,
"ref_no": "ST-0001",
"name": "Colombo",
"country_id": 1,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z",
"has_child": true
},
"country": {
"id": 1,
"name": "Sri Lanka",
"country_code": "LKR",
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z"
},
"zone": {
"id": 1,
"ref_no": "ZN-0001",
"name": "Colombo Zone",
"created_at": "2022-02-19T04:00:50.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z"
}
},
{
"id": 9,
"ref_no": "CT-0009",
"name": "Colombo 09",
"postal_code": "",
"state_id": 1,
"country_id": 1,
"zone_id": 1,
"default_warehouse_id": 1,
"is_active": true,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z",
"default_warehouse": {
"id": 1,
"ref_no": "BR-000001",
"rate_card_id": null,
"name": "Head Office",
"is_agent": false,
"primary_address": "125/2 3rd Lane, Subadrarama Road, Nugegoda.",
"primary_email": "[email protected]",
"logo_url": "curfox new logo 2.png",
"created_at": "2022-02-12T11:58:39.000000Z",
"updated_at": "2022-02-12T11:58:39.000000Z"
},
"state": {
"id": 1,
"ref_no": "ST-0001",
"name": "Colombo",
"country_id": 1,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z",
"has_child": true
},
"country": {
"id": 1,
"name": "Sri Lanka",
"country_code": "LKR",
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z"
},
"zone": {
"id": 1,
"ref_no": "ZN-0001",
"name": "Colombo Zone",
"created_at": "2022-02-19T04:00:50.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z"
}
},
{
"id": 10,
"ref_no": "CT-0010",
"name": "Colombo 10",
"postal_code": "",
"state_id": 1,
"country_id": 1,
"zone_id": 1,
"default_warehouse_id": 1,
"is_active": true,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z",
"default_warehouse": {
"id": 1,
"ref_no": "BR-000001",
"rate_card_id": null,
"name": "Head Office",
"is_agent": false,
"primary_address": "125/2 3rd Lane, Subadrarama Road, Nugegoda.",
"primary_email": "[email protected]",
"logo_url": "curfox new logo 2.png",
"created_at": "2022-02-12T11:58:39.000000Z",
"updated_at": "2022-02-12T11:58:39.000000Z"
},
"state": {
"id": 1,
"ref_no": "ST-0001",
"name": "Colombo",
"country_id": 1,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z",
"has_child": true
},
"country": {
"id": 1,
"name": "Sri Lanka",
"country_code": "LKR",
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z"
},
"zone": {
"id": 1,
"ref_no": "ZN-0001",
"name": "Colombo Zone",
"created_at": "2022-02-19T04:00:50.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z"
}
},
{
"id": 11,
"ref_no": "CT-0011",
"name": "Colombo 11",
"postal_code": "",
"state_id": 1,
"country_id": 1,
"zone_id": 1,
"default_warehouse_id": 1,
"is_active": true,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z",
"default_warehouse": {
"id": 1,
"ref_no": "BR-000001",
"rate_card_id": null,
"name": "Head Office",
"is_agent": false,
"primary_address": "125/2 3rd Lane, Subadrarama Road, Nugegoda.",
"primary_email": "[email protected]",
"logo_url": "curfox new logo 2.png",
"created_at": "2022-02-12T11:58:39.000000Z",
"updated_at": "2022-02-12T11:58:39.000000Z"
},
"state": {
"id": 1,
"ref_no": "ST-0001",
"name": "Colombo",
"country_id": 1,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z",
"has_child": true
},
"country": {
"id": 1,
"name": "Sri Lanka",
"country_code": "LKR",
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z"
},
"zone": {
"id": 1,
"ref_no": "ZN-0001",
"name": "Colombo Zone",
"created_at": "2022-02-19T04:00:50.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z"
}
},
{
"id": 12,
"ref_no": "CT-0012",
"name": "Colombo 12",
"postal_code": "",
"state_id": 1,
"country_id": 1,
"zone_id": 1,
"default_warehouse_id": 1,
"is_active": true,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z",
"default_warehouse": {
"id": 1,
"ref_no": "BR-000001",
"rate_card_id": null,
"name": "Head Office",
"is_agent": false,
"primary_address": "125/2 3rd Lane, Subadrarama Road, Nugegoda.",
"primary_email": "[email protected]",
"logo_url": "curfox new logo 2.png",
"created_at": "2022-02-12T11:58:39.000000Z",
"updated_at": "2022-02-12T11:58:39.000000Z"
},
"state": {
"id": 1,
"ref_no": "ST-0001",
"name": "Colombo",
"country_id": 1,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z",
"has_child": true
},
"country": {
"id": 1,
"name": "Sri Lanka",
"country_code": "LKR",
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z"
},
"zone": {
"id": 1,
"ref_no": "ZN-0001",
"name": "Colombo Zone",
"created_at": "2022-02-19T04:00:50.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z"
}
},
{
"id": 13,
"ref_no": "CT-0013",
"name": "Colombo 13",
"postal_code": "",
"state_id": 1,
"country_id": 1,
"zone_id": 1,
"default_warehouse_id": 1,
"is_active": true,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z",
"default_warehouse": {
"id": 1,
"ref_no": "BR-000001",
"rate_card_id": null,
"name": "Head Office",
"is_agent": false,
"primary_address": "125/2 3rd Lane, Subadrarama Road, Nugegoda.",
"primary_email": "[email protected]",
"logo_url": "curfox new logo 2.png",
"created_at": "2022-02-12T11:58:39.000000Z",
"updated_at": "2022-02-12T11:58:39.000000Z"
},
"state": {
"id": 1,
"ref_no": "ST-0001",
"name": "Colombo",
"country_id": 1,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z",
"has_child": true
},
"country": {
"id": 1,
"name": "Sri Lanka",
"country_code": "LKR",
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z"
},
"zone": {
"id": 1,
"ref_no": "ZN-0001",
"name": "Colombo Zone",
"created_at": "2022-02-19T04:00:50.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z"
}
},
{
"id": 14,
"ref_no": "CT-0014",
"name": "Colombo 14",
"postal_code": "",
"state_id": 1,
"country_id": 1,
"zone_id": 1,
"default_warehouse_id": 1,
"is_active": true,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z",
"default_warehouse": {
"id": 1,
"ref_no": "BR-000001",
"rate_card_id": null,
"name": "Head Office",
"is_agent": false,
"primary_address": "125/2 3rd Lane, Subadrarama Road, Nugegoda.",
"primary_email": "[email protected]",
"logo_url": "curfox new logo 2.png",
"created_at": "2022-02-12T11:58:39.000000Z",
"updated_at": "2022-02-12T11:58:39.000000Z"
},
"state": {
"id": 1,
"ref_no": "ST-0001",
"name": "Colombo",
"country_id": 1,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z",
"has_child": true
},
"country": {
"id": 1,
"name": "Sri Lanka",
"country_code": "LKR",
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z"
},
"zone": {
"id": 1,
"ref_no": "ZN-0001",
"name": "Colombo Zone",
"created_at": "2022-02-19T04:00:50.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z"
}
},
{
"id": 15,
"ref_no": "CT-0015",
"name": "Colombo 15",
"postal_code": "",
"state_id": 1,
"country_id": 1,
"zone_id": 1,
"default_warehouse_id": 1,
"is_active": true,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z",
"default_warehouse": {
"id": 1,
"ref_no": "BR-000001",
"rate_card_id": null,
"name": "Head Office",
"is_agent": false,
"primary_address": "125/2 3rd Lane, Subadrarama Road, Nugegoda.",
"primary_email": "[email protected]",
"logo_url": "curfox new logo 2.png",
"created_at": "2022-02-12T11:58:39.000000Z",
"updated_at": "2022-02-12T11:58:39.000000Z"
},
"state": {
"id": 1,
"ref_no": "ST-0001",
"name": "Colombo",
"country_id": 1,
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z",
"has_child": true
},
"country": {
"id": 1,
"name": "Sri Lanka",
"country_code": "LKR",
"created_at": "2022-02-03T08:21:36.000000Z",
"updated_at": "2022-02-03T08:21:36.000000Z"
},
"zone": {
"id": 1,
"ref_no": "ZN-0001",
"name": "Colombo Zone",
"created_at": "2022-02-19T04:00:50.000000Z",
"updated_at": "2022-02-19T04:00:50.000000Z"
}
}
],
"links": {
"first": "http://v1.api.curfox.com/api/public/merchant/city?page=1",
"last": "http://v1.api.curfox.com/api/public/merchant/city?page=167",
"prev": null,
"next": "http://v1.api.curfox.com/api/public/merchant/city?page=2"
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 167,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://v1.api.curfox.com/api/public/merchant/city?page=1",
"label": "1",
"active": true
},
{
"url": "http://v1.api.curfox.com/api/public/merchant/city?page=2",
"label": "2",
"active": false
},
{
"url": "http://v1.api.curfox.com/api/public/merchant/city?page=3",
"label": "3",
"active": false
},
{
"url": "http://v1.api.curfox.com/api/public/merchant/city?page=4",
"label": "4",
"active": false
},
{
"url": "http://v1.api.curfox.com/api/public/merchant/city?page=5",
"label": "5",
"active": false
},
{
"url": "http://v1.api.curfox.com/api/public/merchant/city?page=6",
"label": "6",
"active": false
},
{
"url": "http://v1.api.curfox.com/api/public/merchant/city?page=7",
"label": "7",
"active": false
},
{
"url": "http://v1.api.curfox.com/api/public/merchant/city?page=8",
"label": "8",
"active": false
},
{
"url": "http://v1.api.curfox.com/api/public/merchant/city?page=9",
"label": "9",
"active": false
},
{
"url": "http://v1.api.curfox.com/api/public/merchant/city?page=10",
"label": "10",
"active": false
},
{
"url": null,
"label": "...",
"active": false
},
{
"url": "http://v1.api.curfox.com/api/public/merchant/city?page=166",
"label": "166",
"active": false
},
{
"url": "http://v1.api.curfox.com/api/public/merchant/city?page=167",
"label": "167",
"active": false
},
{
"url": "http://v1.api.curfox.com/api/public/merchant/city?page=2",
"label": "Next »",
"active": false
}
],
"path": "http://v1.api.curfox.com/api/public/merchant/city",
"per_page": 15,
"to": 15,
"total": 2497
}
}

ERRORS​

Invalid Bearer Token
{
"message": "Unauthenticated."
}