Web vulnerability scanning API for automated security testing, continuous scanning of web applications, and lifecycle management of discovered vulnerabilities.
https://api.probely.com
Auth type
Bearer Token
Auth header
Authorization: JWT YOUR_TOKEN
Rate limit
See documentation
Pricing
Free tier available
Free quota
Free trial available
Documentation
https://developers.probely.com/
Endpoint status
Live — HTTP 200 — endpoint is accessible5.67s
(checked Mar 29, 2026)
Builder score
C
64%
builder-friendly
JWT token in the Authorization header
Authorization: JWT YOUR_TOKEN
Free trial with limited scans; paid plans for continuous scanning.
| Method | Path | Description |
|---|---|---|
| GET | /targets/ |
List all scan targets |
| POST | /targets/ |
Create a scan target |
| POST | /targets/{id}/scan/ |
Start a scan |
| GET | /targets/{id}/findings/ |
List findings for a target |
| GET | /targets/{id}/scans/ |
List scans for a target |
| POST | /auth/obtain/ |
Obtain an auth token |
| GET | /account/ |
Get account information |
| GET | /billing/ |
Get billing information |
curl -X GET 'https://api.probely.com/targets/' \ -H 'Authorization: JWT YOUR_TOKEN'
{"count":2,"results":[{"id":"abc","name":"My Website","url":"https://example.com","last_scan":{"status":"completed"}}]}
Data sourced from API Map. Always verify pricing and rate limits against the official Probely documentation.