CustomResponse
data object
orgName string
Name of the organization the user belongs to
Example:
Acme Corp
token stringrequired
Authentication token used for every API request
Example:
8847eae8-9ef1-123-abc
CustomResponse
{
"data": {
"orgName": "Acme Corp",
"token": "8847eae8-9ef1-123-abc"
}
}