CURP scraping validation
Check for valid CURP directly with an automated search in https://www.gob.mx/curp/ and return corresponding values of that person. Parameter must be "curp". Scraping service will start working asynchronously and this service will return a resultsId to fetch the results in /api/fetch/curp/v3. The recommended wait time is 25 sec.
Authentication
| Header | Required | Notes |
|---|---|---|
x-api-key |
yes | API key for the region/environment. |
api-version |
yes | API version, defaults to 1.0. |
Category: API validations
Sources
- Public reference: https://developer.incode.com/reference/introduction
- Reconstructed from the Incode Omni OpenAPI spec (operation
validateCurp3); see the Implementation pane for source & tests.