# Probely Developers **Provider:** Probely Developers **Category:** communication **Base URL:** `https://api.probely.com` **Auth:** bearer — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 1 scan/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://probely.com ## Description 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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.probely.com/account/` | Retrieve account information | | POST | `https://api.probely.com/auth/obtain/` | Authenticate user | | POST | `https://api.probely.com/auth/refresh/` | Replace token with a new one | | POST | `https://api.probely.com/auth/revoke/` | Revoke a token | | POST | `https://api.probely.com/auth/verify/` | Verify a token | | GET | `https://api.probely.com/billing/` | Retrieve billing information | | PATCH | `https://api.probely.com/billing/` | Partial update billing information | | PUT | `https://api.probely.com/billing/` | Update billing information | ## Authentication Bearer token in the Authorization header ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl -X GET 'https://api.probely.com/account/' \ -H 'Authorization: Bearer YOUR_TOKEN' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 1 scan/month. Lite $49/mo, Pro $149/mo. Web application security scanning. --- *Source: [API Map](https://apimap.dev/apis/probely-developers/) — CC BY 4.0*