Skip to main content
POST
/
internal
/
public-api
Route public API requests
curl --request POST \
  --url https://cases.platform.arb.inc/internal/public-api \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "endpoint": "/cases/list",
  "body": {}
}
'
{}

Authorizations

Authorization
string
header
required

access token

Body

application/json
endpoint
string
required
Example:

"/cases/list"

body
object
required

Response

200 - application/json

Successfully routed request

The response is of type object.