Skip to main content
GET
List locations

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

name[contains]
string

Filter locations whose name contains the given text

page
integer
default:1

Page number

Required range: x >= 1
limit
integer
default:20

Items per page

Required range: x >= 1
orderBy
string

Sort field and direction. Allowed fields: name, createdAt (e.g. createdAt desc)

Example:

"name asc"

Response

Successful response

data
object[]
meta
object