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/oauth/instagram/start
- Local development serverhttp://localhost:3000/oauth/instagram/start
- Staging environmenthttps://api-staging.varmply.com/oauth/instagram/start
- Production environmenthttps://api.varmply.com/oauth/instagram/start
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs-staging.varmply.com/_mock/openapi/oauth/instagram/start \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"redirectPath": "/dashboard"
}'Response
application/json
{ "authorizationUrl": "https://api.instagram.com/oauth/authorize?client_id=xxx&redirect_uri=xxx&scope=xxx&response_type=code&state=xxx" }
- Mock serverhttps://docs-staging.varmply.com/_mock/openapi/oauth/instagram/callback
- Local development serverhttp://localhost:3000/oauth/instagram/callback
- Staging environmenthttps://api-staging.varmply.com/oauth/instagram/callback
- Production environmenthttps://api.varmply.com/oauth/instagram/callback
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs-staging.varmply.com/_mock/openapi/oauth/instagram/callback?code=AQBx...&state=eyJhbGc...'Response
No content