curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getUser' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"method": "getUser",
"companyId": "2DFCA586-C2D4-4FD7-B823-063F2575A5E7",
"userId": "AD5BBA6F-B0F3-41E7-B98E-63603F5E115F"
}
'The getUser API retrieves detailed information for a specific user.
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getUser' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"method": "getUser",
"companyId": "2DFCA586-C2D4-4FD7-B823-063F2575A5E7",
"userId": "AD5BBA6F-B0F3-41E7-B98E-63603F5E115F"
}
'Documentation Index
Fetch the complete documentation index at: https://developer.rollfi.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Show child attributes