AuthResponse
avatarUrlurl
Link of user's avatar
Example:
https://developers.inspectorio.com/img/user.png
orgNamestring
Name of the organization that the user belongs to
Example:
Acme Corp
refreshTokenstringrequired
Refresh token used for subsequent API requests
Example:
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1N123...xyz
tokenstringrequired
Token used for authentication in API requests
Example:
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1N123...abc
usernamestring
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"
}