Skip to main content

AuthResponse

avatarUrl url

Link of user's avatar

Example: https://developers.inspectorio.com/img/user.png
orgName string

Name of the organization that the user belongs to

Example: Acme Corp
refreshToken stringrequired

Refresh token used for subsequent API requests

Example: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1N123...xyz
token stringrequired

Token used for authentication in API requests

Example: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1N123...abc
username string

Name of the user

Example: John Doe
AuthResponse
{
"avatarUrl": "https://developers.inspectorio.com/img/user.png",
"orgName": "Acme Corp",
"refreshToken": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1N123...xyz",
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1N123...abc",
"username": "John Doe"
}