New API version v7.7.0 has been released! 🎉
REST Documentation
List Locations

Get All Locations

You can use this endpoint to call up a paginated list of all locations.

Request

GET /api/v1/locations
curl --request GET \
     --url 'https://www.zep-online.de/zepinstanz/next/api/v1/locations' \
     --header 'Accept: application/json' \
     --header 'Authorization: Bearer {token}'

Response

The response examples for this endpoint will be added in an upcoming documentation update.

{
	"data": [
		// Response will be added
	]
}