- Visit the API docs endpoint https://dev.arcane.city/api/docs for a full list of available endpoints.
- Generated using Swagger js referencing
public/postman
folder.
- Currently requires a basic auth username and password to access the API.
- You can also request a user token to access the API.
You can apply filters to routes using the following:
- To filter by a specific field, use the field name as the key and the value as the value.
- Example:
GET /api/events?filters[name]=Event Name
- Example:
- To order by a specific field, use the field name as the key and the value as the value.
- Example:
GET /api/events?sort=model.property&direction=asc
- Example: