RFC validation by CURP v2

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

curp

string

length ≥ 1

externalId

string

api-version

string

required

Defaults to 1.0

``200 Respuesta con validación de CURP

``400 Bad Request

``500

Internal error during CURP validation.

``504

The request to validate the CURP exceeded the allowed time limit

Updated 3 months ago


ShellNodeRubyPHPPython


xxxxxxxxxx

curl --request POST \
     --url https://demo-api.incodesmile.com/api/validate/rfc-by-curp/v2 \
     --header 'accept: application/json' \
     --header 'api-version: 1.0' \
     --header 'content-type: application/json'

application/json

200 - Successful CURP Validation200 - CURP not found200 - Daily Rate Limit Exceeded200 - Curp status not acceptable``400

Updated3 months ago