Successful operation.
application/json
{
"oneOf": [
{
"type": "object",
"properties": {
"request": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"clientId": {
"type": "string"
},
"principalId": {
"type": "string"
},
"redirectUri": {
"type": "string"
},
"scope": {
"type": "array",
"items": {
"type": "string",
"enum": [
"cases:read",
"filings:write",
"answers:write",
"submissions:write",
"records:confirm",
"records:write",
"invitations:write",
"messages:write",
"remedies:write",
"consents:write",
"offline_access",
"representatives:manage",
"procedural:request",
"termination:write"
]
}
},
"resource": {
"type": "string"
},
"caseId": {
"type": "string"
},
"terms": {
"$ref": "#/components/schemas/AccountOAuthTerms",
"type": "object",
"properties": {
"rulesVersion": {
"type": "string"
},
"rulesHash": {
"type": "string"
},
"disclosureVersion": {
"type": "string"
},
"disclosureHash": {
"type": "string"
}
},
"required": [
"rulesVersion",
"rulesHash",
"disclosureVersion",
"disclosureHash"
]
},
"expiresAt": {
"type": "string"
}
}
},
"client": {
"$ref": "#/components/schemas/AccountOAuthClient",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"kind": {
"type": "string",
"enum": [
"personal",
"agent",
"partner"
]
},
"partnerId": {
"type": "string"
},
"mcpCaseId": {
"type": "string"
},
"redirectUris": {
"type": "array",
"items": {
"type": "string"
}
},
"scopes": {
"type": "array",
"items": {
"type": "string",
"enum": [
"cases:read",
"filings:write",
"answers:write",
"submissions:write",
"records:confirm",
"records:write",
"invitations:write",
"messages:write",
"remedies:write",
"consents:write",
"offline_access",
"representatives:manage",
"procedural:request",
"termination:write"
]
}
},
"createdAt": {
"type": "string"
},
"revokedAt": {
"type": "string"
}
},
"required": [
"id",
"name",
"kind",
"redirectUris",
"scopes",
"createdAt"
]
}
},
"required": [
"request",
"client"
]
},
{
"type": "object",
"properties": {
"redirect": {
"type": "string"
},
"grant": {
"$ref": "#/components/schemas/AccountAuthorityGrant",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"principalId": {
"type": "string"
},
"clientId": {
"type": "string"
},
"delegatePartnerId": {
"type": "string"
},
"scope": {
"type": "array",
"items": {
"type": "string",
"enum": [
"cases:read",
"filings:write",
"answers:write",
"submissions:write",
"records:confirm",
"records:write",
"invitations:write",
"messages:write",
"remedies:write",
"consents:write",
"offline_access",
"representatives:manage",
"procedural:request",
"termination:write"
]
}
},
"resource": {
"type": "string"
},
"terms": {
"$ref": "#/components/schemas/AccountOAuthTerms",
"type": "object",
"properties": {
"rulesVersion": {
"type": "string"
},
"rulesHash": {
"type": "string"
},
"disclosureVersion": {
"type": "string"
},
"disclosureHash": {
"type": "string"
}
},
"required": [
"rulesVersion",
"rulesHash",
"disclosureVersion",
"disclosureHash"
]
},
"caseId": {
"type": "string"
},
"caseBinding": {
"type": "object",
"properties": {
"disputeId": {
"type": "string"
},
"membershipId": {
"type": "string"
},
"side": {
"type": "string",
"enum": [
"claimant",
"respondent"
]
}
},
"required": [
"disputeId",
"membershipId",
"side"
]
},
"standing": {
"$ref": "#/components/schemas/AccountStandingBounds",
"type": "object",
"properties": {
"acts": {
"type": "array",
"items": {
"type": "string",
"enum": [
"file_dispute",
"answer"
]
}
},
"maximumAmount": {
"type": "object",
"properties": {
"currency": {
"type": "string",
"const": "USD"
},
"minorUnits": {
"type": "string",
"pattern": "^[1-9][0-9]{0,14}$"
}
},
"required": [
"currency",
"minorUnits"
]
},
"transactionIds": {
"type": "array",
"items": {
"type": "string"
}
},
"expiresAt": {
"type": "string",
"format": "date-time"
},
"procedure": {
"type": "string",
"const": "standard"
},
"clock": {
"type": "string",
"const": "ordinary"
}
},
"required": [
"acts",
"maximumAmount",
"expiresAt",
"procedure",
"clock"
]
},
"approvedAt": {
"type": "string"
},
"expiresAt": {
"type": "string"
},
"revokedAt": {
"type": "string"
},
"source": {
"type": "string",
"enum": [
"authorization_code",
"hosted_link",
"agent_registration"
]
},
"status": {
"type": "string",
"enum": [
"active",
"expired",
"revoked",
"reacceptance_required"
]
}
},
"required": [
"id",
"principalId",
"clientId",
"scope",
"resource",
"terms",
"approvedAt",
"expiresAt",
"source"
]
}
},
"required": [
"redirect"
]
}
]
}