Verification
Verify whether an RPN exists and is active
Look up a Resident Permit Number and report whether it belongs to a legal entity, a natural person, or is unknown — and whether the resident currently has an active residency.
Rate-limited to 5,000 requests per 24 hours and 50 per minute, per API key. Exceeding either bound returns 429.
Accepts standard API keys (sk-) and Agent Keys (ak-) holding the agent:verify_rpn scope.
post/api/v1/verify_rpn
Request body
Example request
{
"rpn": "80000000000012"
}Response
Lookup result.
Changes
No recorded changes to this endpoint across all 1 revision of this API.