P

Probely Developers

by Probely Developers Free tier

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

communicationprobely

Quick Reference

Base URL 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
Pricing
28
Latency
8
Depth
72

Authentication

Bearer token in the Authorization header

Authorization: Bearer YOUR_TOKEN

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free: 1 scan/month. Lite $49/mo, Pro $149/mo. Web application security scanning.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://api.probely.com/account/' \
  -H 'Authorization: Bearer YOUR_TOKEN'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Probely Developers documentation.