Health check endpoints
Varmply Backend API (0.1.0)
Varmply API – MVP backend for campaigns, wallets, authentication, and influencer participation.
Download OpenAPI description
Languages
Servers
Mock server
https://docs-staging.varmply.com/_mock/openapi/
Local development server
http://localhost:3000/
Staging environment
https://api-staging.varmply.com/
Production environment
https://api.varmply.com/
- Mock serverhttps://docs-staging.varmply.com/_mock/openapi/health
- Local development serverhttp://localhost:3000/health
- Staging environmenthttps://api-staging.varmply.com/health
- Production environmenthttps://api.varmply.com/health
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://docs-staging.varmply.com/_mock/openapi/healthResponse
application/json
{ "status": "ok" }
- Mock serverhttps://docs-staging.varmply.com/_mock/openapi/health/ready
- Local development serverhttp://localhost:3000/health/ready
- Staging environmenthttps://api-staging.varmply.com/health/ready
- Production environmenthttps://api.varmply.com/health/ready
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://docs-staging.varmply.com/_mock/openapi/health/readyResponse
application/json
{ "status": "ok", "database": "connected" }