cURL
curl --request GET \ --url https://api.creditriskmonitor.com/v1/Users/Info \ --header 'Authorization: Bearer <token>'
{ "Success": true, "Data": { "Username": "<string>", "RepName": "<string>", "RepEmail": "<string>", "AccessLevel": "<string>" }, "ErrorCode": "<string>" }
Obtains current user’s account information and preferences.
SessionKey
Enter the Session Key with the Bearer prefix, e.g. "Bearer abcde12345".
Bearer
OK
Show child attributes
Username for this user.
Sales Rep Name
Sales Rep Email Address
API Access Level
Was this page helpful?