/v1/identification_types
BASE URI https://api.mercadopago.com/v1/identification_types
HTTP Request
curl
curl -X GET \
'https://api.mercadopago.com/v1/identification_types' \
-H 'Authorization: Bearer ACCESS_TOKEN_ENV'
Request Params
ParameterTypeDescription
id
String
Identification type id.
name
String
Identification type name.
type
String
Identification number data type.
min_length
number
Identification number min length.
max_length
number
Identification number max length
Error Codes
CodeDescription
400 BAD_REQUEST
1001
Public_key not found.
401 UNAUTHORIZED
1000
The credentials are required.
404 NOT_FOUND
1004
Identification types not found.