POST api/v1.0/Authentication/Widget
Request Information
URI Parameters
None.
Body Parameters
WidgetToken| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"token": "sample string 1"
}
application/xml, text/xml
Sample:
<WidgetToken xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise"> <token>sample string 1</token> </WidgetToken>
Response Information
Resource Description
TenantInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| IAMKey | globally unique identifier |
None. |
|
| TenantShortName | string |
None. |
|
| TenantCode | string |
None. |
|
| DomainUrl | string |
None. |
|
| DomainLoginUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IAMKey": "b89999a8-5239-47e9-b842-088ed639c45b",
"TenantShortName": "sample string 2",
"TenantCode": "sample string 3",
"DomainUrl": "sample string 4",
"DomainLoginUrl": "sample string 5"
}
application/xml, text/xml
Sample:
<TenantInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise"> <DomainLoginUrl>sample string 5</DomainLoginUrl> <DomainUrl>sample string 4</DomainUrl> <IAMKey>b89999a8-5239-47e9-b842-088ed639c45b</IAMKey> <TenantCode>sample string 3</TenantCode> <TenantShortName>sample string 2</TenantShortName> </TenantInfo>