Get account data

Returns the registered information of the user by filtering with document number, document type, and country. This endpoint provides an alternative way to retrieve account information when the email is not known.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

documentNumberstringRequired
Document number associated with the currency of choice.
documentTypestringRequired
Document type associated with the currency of choice.
countrystringRequired
Country associated with the currency of choice.

Response

successful operation
emailstring
documentobject
addressobject
personalInfoobject

Errors