curl --request GET \
--url https://app.sandbox.rio.trade/api/users/{id} \
--header 'x-api-key: <api-key>'{
"invoicing": {
"MX": {
"fiscalRegimenCode": 601
}
},
"individualData": {
"firstName": "<string>",
"middleName": "<string>",
"lastName": "<string>",
"birthday": "1988-06-06T00:00:00.000Z"
},
"businessData": {
"businessName": "<string>"
},
"createdAt": "2024-05-28T19:08:48.590Z",
"type": "business",
"phoneNumber": "+526589562354",
"email": "[email protected]",
"onboarding": {
"status": "approved",
"country": "MX",
"hasAcceptedTerms": true
},
"address": {
"street1": "Address 1",
"street2": "Address 2",
"city": "City",
"state": "State",
"country": "Country",
"postalCode": "Postal Code"
},
"id": "66562bc04fe8bf83c577c178",
"platformFeeRanges": {
"MX": {
"buy": [
{
"min": 123,
"max": 123,
"fee": 123,
"nextDaySettlementFee": 123,
"_id": "<string>"
}
],
"sell": [
{
"min": 123,
"max": 123,
"fee": 123,
"nextDaySettlementFee": 123,
"_id": "<string>"
}
]
},
"US": {
"buy": [
{}
],
"sell": [
{}
]
},
"PE": {
"buy": [
{}
],
"sell": [
{}
]
},
"CO": {
"buy": [
{}
],
"sell": [
{}
]
},
"BR": {
"buy": [
{}
],
"sell": [
{}
]
}
},
"accumulatedVolumeInUSD": {
"MX": {
"buy": 123,
"sell": 123
},
"PE": {
"buy": 123,
"sell": 123
},
"US": {
"buy": 123,
"sell": 123
}
},
"attributes": [
"<string>"
],
"serviceFee": {
"MX": {
"buy": 123,
"sell": 123
},
"PE": {
"buy": 123,
"sell": 123
}
}
}curl --request GET \
--url https://app.sandbox.rio.trade/api/users/{id} \
--header 'x-api-key: <api-key>'{
"invoicing": {
"MX": {
"fiscalRegimenCode": 601
}
},
"individualData": {
"firstName": "<string>",
"middleName": "<string>",
"lastName": "<string>",
"birthday": "1988-06-06T00:00:00.000Z"
},
"businessData": {
"businessName": "<string>"
},
"createdAt": "2024-05-28T19:08:48.590Z",
"type": "business",
"phoneNumber": "+526589562354",
"email": "[email protected]",
"onboarding": {
"status": "approved",
"country": "MX",
"hasAcceptedTerms": true
},
"address": {
"street1": "Address 1",
"street2": "Address 2",
"city": "City",
"state": "State",
"country": "Country",
"postalCode": "Postal Code"
},
"id": "66562bc04fe8bf83c577c178",
"platformFeeRanges": {
"MX": {
"buy": [
{
"min": 123,
"max": 123,
"fee": 123,
"nextDaySettlementFee": 123,
"_id": "<string>"
}
],
"sell": [
{
"min": 123,
"max": 123,
"fee": 123,
"nextDaySettlementFee": 123,
"_id": "<string>"
}
]
},
"US": {
"buy": [
{}
],
"sell": [
{}
]
},
"PE": {
"buy": [
{}
],
"sell": [
{}
]
},
"CO": {
"buy": [
{}
],
"sell": [
{}
]
},
"BR": {
"buy": [
{}
],
"sell": [
{}
]
}
},
"accumulatedVolumeInUSD": {
"MX": {
"buy": 123,
"sell": 123
},
"PE": {
"buy": 123,
"sell": 123
},
"US": {
"buy": 123,
"sell": 123
}
},
"attributes": [
"<string>"
],
"serviceFee": {
"MX": {
"buy": 123,
"sell": 123
},
"PE": {
"buy": 123,
"sell": 123
}
}
}Id of the user to be obtained.
OK
Creation date of the user.
"2024-05-28T19:08:48.590Z"
Type of the user.
business, individual Phone number of the user.
"+526589562354"
Email of the user.
Show child attributes
Onboarding status for Mexico.
approved, individualPassed, individualReview, individualFailed, legalRepresentativeApproved, legalRepresentativeFailed, bridgeToSAndKYCCompleted, bridgeKYCCompleted, bridgeKYCApproved, bridgeToSCompleted, started, failed, review, none Country of the user's address.
MX, US, PE Indicates if the user has accepted the terms and conditions.
true
Show child attributes
Street 1 of the user's address.
"Address 1"
Street 2 of the user's address.
"Address 2"
City of the user's address.
"City"
State of the user's address.
"State"
Country of the user's address.
"Country"
Postal code of the user's address.
"Postal Code"
ID of the user.
"66562bc04fe8bf83c577c178"
Show child attributes
Show child attributes
Show child attributes
User attributes