Probely is a Web Vulnerability Scanning suite for Agile Teams. It provides continuous scanning of your Web Applications and lets you efficiently manage the lifecycle of the vulnerabilities found, in a sleek and intuitive ~~web interface~~ API. Quick-Start Authentication To use the API, you
https://api.probely.com
Auth type
Bearer Token
Auth header
Authorization: Bearer YOUR_TOKEN
Rate limit
1 scan/month (free)
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://probely.com
Endpoint status
Live — HTTP 200 — endpoint is accessible10.97s
(checked Mar 29, 2026)
Builder score
D
40%
builder-friendly
Bearer token in the Authorization header
Authorization: Bearer YOUR_TOKEN
Free: 1 scan/month. Lite $49/mo, Pro $149/mo. Web application security scanning.
| Method | Path | Description |
|---|---|---|
| GET | /account/ |
Retrieve account information |
| POST | /auth/obtain/ |
Authenticate user |
| POST | /auth/refresh/ |
Replace token with a new one |
| POST | /auth/revoke/ |
Revoke a token |
| POST | /auth/verify/ |
Verify a token |
| GET | /billing/ |
Retrieve billing information |
| PATCH | /billing/ |
Partial update billing information |
| PUT | /billing/ |
Update billing information |
curl -X GET 'https://api.probely.com/account/' \ -H 'Authorization: Bearer YOUR_TOKEN'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Probely Developers documentation.