Skip to main content
Skip table of contents

Location

This resource allows you to fetch the location list.

You can search for any existing category using filters as defined here.

Pagination is supported for this resource. Click here to see the details of it.

You can retrieve the following information through this method.

  • Location ID

  • Location Description

  • Address line

  • City

  • State

  • Country

  • ZIP

  • Phone No.

 GET

End Point: /locations

Sample response payload

CODE
[
  {
    "id": "string",
    "description": "string",
    "addressline": "string",
    "city": "string",
    "state": "string",
    "zip": "string",
    "country": "string",
    "phonenumber": "string"
  }
]
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.