Skip to main content
GET
/
domain
/
v1
/
check
/
{applicationId}
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/domain/v1/check/{applicationId} \
  --header 'Authorization: Bearer <token>'
{
  "active": true,
  "alreadyRegisteredWith": "<string>",
  "authorized": true,
  "defaultStorageAdmin": "<string>",
  "domainAdmin": "<string>",
  "domainOwner": "<string>",
  "domainType": "GOOGLE_WORKSPACE",
  "installed": true,
  "kind": "<string>",
  "registered": true,
  "standalone": true,
  "status": "ACTIVE",
  "trialExpires": 123,
  "useDelayedVersion": true
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

applicationId
string
required

ID of the application

Query Parameters

asUser
string

Email address of the user to check the status with

storageAdmin
string

Email address of the storage account

standalone
boolean
default:false

Whether the application is installed as standalone or not

Response

200 - application/json

A ApiDomainStatus response

active
boolean
alreadyRegisteredWith
string
authorized
boolean
defaultStorageAdmin
string
domainAdmin
string
domainOwner
string
domainType
enum<string>
Available options:
GOOGLE_WORKSPACE,
MICROSOFT
installed
boolean
kind
string
registered
boolean
standalone
boolean
status
enum<string>
Available options:
ACTIVE,
UNLICENSED,
EXPIRED,
DELINQUENT,
UNKNOWN,
MAINTENANCE,
ERROR
trialExpires
integer<int64>
useDelayedVersion
boolean