cURL
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": {} } '
{}
Routes requests from the public API gateway to internal case endpoints. Requires api.internal.proxy permission.
access token
"/cases/list"
Successfully routed request
The response is of type object.
object