Intelligent search powered by OpenAI
Get document types
GET
Products that use it:
Request's parameters
Response parameters
id
Identification type id.string
name
Identification type name.string
type
Identification number data type.string
min_length
Identification number min length.number
Errors
400Error
1001
Public_key not found.
401Error
1000
The credentials are required.
404Error
1004
Identification types not found.
Did you find this information useful?
Yes
Not
Request
curl -X GET \
'https://api.mercadopago.com/v1/identification_types'\
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer TEST-5599*********291-02171*********139a4791e*********f7f5835-1*********' \
Sample answer
[
{
"id": "CPF",
"name": "CPF",
"type": "number",
"min_length": 11,
"max_length": 11
}
]