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
Was this page helpful?