AuthResponse
orgNamestring
Name of the organization the user belongs to
Example:
Acme Corp
tokenstringrequired
Authentication token used for every API request
Example:
8847eae8-9ef1-123-abc
AuthResponse
{
"orgName": "Acme Corp",
"token": "8847eae8-9ef1-123-abc"
}