cURL
curl --request GET \ --url https://api.confiopagos.com/v1/document-types \ --header 'Authorization: Bearer <token>'
{ "documentTypes": [ { "name": "document-types/dni", "displayName": "DNI" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully fetched document types.
List of document types
Show child attributes