curl --request POST \
--url https://cases.platform.arb.inc/cases/view \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"caseID": "2025-08-00139"
}
'{
"overview": {
"id": "2025-08-00139",
"created": "2025-08-23T02:47:42Z",
"updated": "2025-08-23T02:47:42Z",
"createdByUserID": "00c573fd-18d9-4fbe-921e-6926d2c4869e",
"createdByOrgID": null,
"phaseID": "caseInitiation",
"title": "Case 2025-08-00139",
"claimantName": "Acme Inc",
"respondentName": "Mike Smith",
"canSubmitEvidence": true
},
"participants": [
{
"created": "2025-08-23T02:47:42Z",
"userID": "00c573fd-18d9-4fbe-921e-6926d2c4869e",
"organizationID": null,
"firstName": "Owen",
"lastName": "Smith",
"partyID": "claimant",
"isPrimary": true,
"isObserver": false
},
{
"created": "2025-08-23T02:48:01Z",
"userID": "df25d20f-8042-44e2-97af-3609659c56a3",
"firstName": "Kyle",
"lastName": "Taskman",
"organizationID": null,
"partyID": "caseManager",
"isPrimary": true,
"isObserver": false
}
],
"partyID": "claimant",
"timetable": {
"phases": [
{
"id": "caseInitiation",
"scheduledStart": "2025-08-23T02:47:42.123816Z",
"scheduledEnd": null,
"filingDeadline": "2025-09-23T02:47:42.123816Z",
"documents": [
{
"id": "statementOfClaim",
"filedBy": "claimant",
"approvedBy": "caseManager",
"maxAllowed": 1,
"required": true
},
{
"id": "noticeOfArbitration",
"filedBy": "caseManager",
"approvedBy": null,
"maxAllowed": 1,
"required": true
}
]
}
]
},
"settlement": {
"type": "object",
"description": "(Optional) Settlement details, including contact and financial terms.",
"properties": {
"phone": {
"type": "string",
"description": "(Optional) Contact phone number for settlement-related communication.",
"example": "+15555555555"
},
"email": {
"type": "string",
"format": "email",
"description": "(Optional) Contact email address for settlement-related communication.",
"example": "[email protected]"
},
"website": {
"type": "string",
"format": "uri",
"description": "(Optional) Website or portal link for settlement information.",
"example": "https://example.com?ref=12345"
},
"amount": {
"type": "string",
"description": "(Optional) Total amount the claimant believes the respondent owes.",
"example": "$1000.00"
},
"offer": {
"type": "string",
"description": "(Optional) Settlement amount the claimant is willing to accept right now.",
"example": "$750"
},
"validForDays": {
"type": "integer",
"description": "(Optional) Number of days the settlement offer will remain valid.",
"example": 7
}
}
}
}Returns a simple snapshot of a case the user can access.
curl --request POST \
--url https://cases.platform.arb.inc/cases/view \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"caseID": "2025-08-00139"
}
'{
"overview": {
"id": "2025-08-00139",
"created": "2025-08-23T02:47:42Z",
"updated": "2025-08-23T02:47:42Z",
"createdByUserID": "00c573fd-18d9-4fbe-921e-6926d2c4869e",
"createdByOrgID": null,
"phaseID": "caseInitiation",
"title": "Case 2025-08-00139",
"claimantName": "Acme Inc",
"respondentName": "Mike Smith",
"canSubmitEvidence": true
},
"participants": [
{
"created": "2025-08-23T02:47:42Z",
"userID": "00c573fd-18d9-4fbe-921e-6926d2c4869e",
"organizationID": null,
"firstName": "Owen",
"lastName": "Smith",
"partyID": "claimant",
"isPrimary": true,
"isObserver": false
},
{
"created": "2025-08-23T02:48:01Z",
"userID": "df25d20f-8042-44e2-97af-3609659c56a3",
"firstName": "Kyle",
"lastName": "Taskman",
"organizationID": null,
"partyID": "caseManager",
"isPrimary": true,
"isObserver": false
}
],
"partyID": "claimant",
"timetable": {
"phases": [
{
"id": "caseInitiation",
"scheduledStart": "2025-08-23T02:47:42.123816Z",
"scheduledEnd": null,
"filingDeadline": "2025-09-23T02:47:42.123816Z",
"documents": [
{
"id": "statementOfClaim",
"filedBy": "claimant",
"approvedBy": "caseManager",
"maxAllowed": 1,
"required": true
},
{
"id": "noticeOfArbitration",
"filedBy": "caseManager",
"approvedBy": null,
"maxAllowed": 1,
"required": true
}
]
}
]
},
"settlement": {
"type": "object",
"description": "(Optional) Settlement details, including contact and financial terms.",
"properties": {
"phone": {
"type": "string",
"description": "(Optional) Contact phone number for settlement-related communication.",
"example": "+15555555555"
},
"email": {
"type": "string",
"format": "email",
"description": "(Optional) Contact email address for settlement-related communication.",
"example": "[email protected]"
},
"website": {
"type": "string",
"format": "uri",
"description": "(Optional) Website or portal link for settlement information.",
"example": "https://example.com?ref=12345"
},
"amount": {
"type": "string",
"description": "(Optional) Total amount the claimant believes the respondent owes.",
"example": "$1000.00"
},
"offer": {
"type": "string",
"description": "(Optional) Settlement amount the claimant is willing to accept right now.",
"example": "$750"
},
"validForDays": {
"type": "integer",
"description": "(Optional) Number of days the settlement offer will remain valid.",
"example": 7
}
}
}
}access token
The identifier of the case to view.
"2025-08-00139"
Case overview, participants, and timetable.
Show child attributes
Unique identifier for the case.
"2025-08-00139"
When the case was created.
"2025-08-23T02:47:42Z"
When the case was last updated.
"2025-08-23T02:47:42Z"
ID of the user who created the case.
"00c573fd-18d9-4fbe-921e-6926d2c4869e"
ID of the organization that created the case, if any.
null
Current phase identifier.
"caseInitiation"
Human-friendly title for the case.
"Case 2025-08-00139"
Name of the claimant (may be null).
"Acme Inc"
Name of the respondent (may be null).
"Mike Smith"
Whether parties can currently submit evidence.
true
Whether the case is closed or active.
false
List of case participants.
Show child attributes
When the participant was added.
"2025-08-23T02:47:42Z"
ID of the participant user.
"00c573fd-18d9-4fbe-921e-6926d2c4869e"
Organization ID of the participant, if any.
null
Participants first name.
"Owen"
Optional participants last name.
"Smith"
Role of the participant.
"claimant"
Whether the participant is the primary representative.
true
Whether the participant is an observer.
false
Users party in the case.
"claimant"
Case timetable details.
Show child attributes
Show child attributes
Phase identifier.
"caseInitiation"
Scheduled start of the phase.
"2025-08-23T02:47:42.123816Z"
Scheduled end of the phase, if set.
null
Deadline for required filings in this phase.
"2025-09-23T02:47:42.123816Z"
Documents relevant to this phase.
Show child attributes
Document identifier.
"statementOfClaim"
Party who files the document.
"claimant"
Party who approves the document, if any.
"caseManager"
Maximum number of documents allowed.
1
Whether the document is required.
true
(Optional) Contact details for settlement-related communication.
Show child attributes
(Optional) Contact phone number for settlement-related communication.
"+15555555555"
(Optional) Contact email address for settlement-related communication.
(Optional) Website or portal link for settlement information.
"https://example.com?ref=12345"
(Optional) Total amount the claimant believes the respondent owes.
"$1000.00"
(Optional) Settlement amount the claimant is willing to accept right now.
"$750"
(Optional) Number of days the settlement offer will remain valid.
7