Tools
The Tools service provides utility endpoints for managing and retrieving information about your RapidID checks. These endpoints help you monitor API availability, retrieve results from previously completed checks, and discover which checks are available for a given country.
Available Endpoints
| Endpoint | Method | Description |
|---|---|---|
| Status | GET /status |
Returns the current operational status of the RapidID API. Use this to verify connectivity or monitor uptime. |
| PDF Report | GET /report/{{rapidID}} |
Retrieve a PDF report for a completed check using its check ID. |
| Previous Checks | POST /check/retrieve |
Retrieve the full result of a previously completed check by providing its rapidID. |
| Checks Filtered by Country | POST /check/countryCode |
Retrieve a list of available checks filtered by a specific country code. |