ML Prep API (v1)
Download OpenAPI description
Languages
Servers
Mock server
http://{{your_prep_ip_address}}/
- Mock server
http://{{your_prep_ip_address}}/api/v1/settings/must-restore-labware
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'http://{{your_prep_ip_address}}/api/v1/settings/must-restore-labware' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
"string"
- Mock server
http://{{your_prep_ip_address}}/api/v1/settings/must-restore-verify-protocols
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'http://{{your_prep_ip_address}}/api/v1/settings/must-restore-verify-protocols' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
"string"
- Mock server
http://{{your_prep_ip_address}}/api/v1/settings/must-update-maintenance-routines
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'http://{{your_prep_ip_address}}/api/v1/settings/must-update-maintenance-routines' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
"string"