Get Environment Xbox Config
GET/v1/environment/:environment_id/xbox
Get the Xbox configuration for a specific environment
Request
Path Parameters
The environment ID for this request
Responses
- 200
- 404
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Business Partner Certificate used to generate service tokens. This is required to process Xbox platform entitlements. NOTE - these expire every 18 months.
relying_parties
object[]
Relying Parties for validating XSTS tokens. This is required for authenticating users. NOTE - the first relying party is used as
Possible values: <= 128 characters
Relying Party URI
Relying Party Certificate
Possible values: <= 128 characters
Default value: RETAIL
Default Sandbox used when one is not provided in a user token or as part of an operation in the environment.
Possible values: <= 128 characters
Application Tenant ID (Directory ID) of the Azure Registered App - https://portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationsListBlade
Possible values: <= 128 characters
Application Client ID (Application ID) of the Azure Registered App - https://portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationsListBlade
Possible values: <= 128 characters
Client Secret of the Azure Registered App
{
"business_partner_cert": "string",
"relying_parties": [
{
"uri": "string",
"cert": "string"
}
],
"default_sandbox": "RETAIL",
"entra_tenant_id": "string",
"entra_client_id": "string",
"entra_client_secret": "string"
}
Not Found
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}