13 lines
235 B
Markdown
13 lines
235 B
Markdown
# API
|
|
|
|
Die Mercury API ist unter `/api/v1` versioniert.
|
|
|
|
- `POST /auth/login`
|
|
- `GET /auth/me`
|
|
- `GET|POST /customers`
|
|
- `GET|POST /devices`
|
|
- `GET|POST /equipment`
|
|
- `GET|POST /validations`
|
|
|
|
Authentifizierung erfolgt per Bearer JWT.
|
|
|