| Description | : Gets an access token to be used with Mixed Reality services. |
| Reference | : Link ¶ |
⚼ Request
GET:
/Accounts/{accountId}/token
{
accountId:
string
,
X-MRC-CV:
string
,
api-version:
string
,
}
⚐ Response (200)
{
$headers:
{
,
ms-cv:
string
,
}
$schema:
}
{
,
AccessToken:
string
,
}
⚐ Response (400)
{
ms-cv:
string
,
www-authenticate:
string
,
}
⚐ Response (401)
{
ms-cv:
string
,
www-authenticate:
string
,
}
⚐ Response (429)
{
ms-cv:
string
,
www-authenticate:
string
,
}
⚐ Response (default)
{
ms-cv:
string
,
}