Skip to main content
POST
/
internal
/
public-api
Call internal service endpoints
curl --request POST \
  --url https://cases.platform.arb.inc/internal/public-api \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "caseID": "2025-08-00123",
  "party": "claimant"
}
'
{
  "id": "c17c3433-81b3-4096-90e0-9fbb32c06204",
  "status": "created"
}

Authorizations

Authorization
string
header
required

access token

Query Parameters

method
string
required

The HTTP method for the internal request.

Example:

"POST"

endpoint
string
required

The internal endpoint to call.

Example:

"cases/create"

Body

application/json

Body is passed directly to the chosen internal endpoint.

Response

Successful response from the internal endpoint.

The response is of type object.