Retrieve All Locations
List all locations
GET
https://api.xenia.team/v1/locations
Get a list of all locations
Headers
Name
Type
Description
Authorization*
JWT Token
Access Token
{
locations: [{
"id": "e77b6442-de60-401c-a173-0afc84a5747e",
"name": "Main Road Branch",
"description": "This is our main branch, near clock tower",
"parentId": null,
"createdAt": 1701743645
"updatedAt": 2001743645
}]
}
Last updated