Skip to main content
GET
/
v1
/
Users
/
Info
Gets the User Info for the currently logged in user
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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.creditriskmonitor.com/llms.txt

Use this file to discover all available pages before exploring further.

Use the Login endpoint to retrieve the SessionKey, then include it in the Authorization field for authentication.

Authorizations

Authorization
string
header
required

Enter the Session Key with the Bearer prefix, e.g. "Bearer abcde12345".

Response

OK

Success
boolean
Data
object
ErrorCode
string