POST
/
proxy
curl --request POST \
  --url http://localhost:8080/proxy \
  --header 'Content-Type: application/json' \
  --header 'T-PROXY-URL: <t-proxy-url>' \
  --header 'T-REQUEST-ID: <t-request-id>' \
  --data '{
  "title": "usher",
  "body": "labs",
  "userId": 10
}'
{}

Headers

T-PROXY-URL
string
required

Target URL to proxy the request to

T-REQUEST-ID
string
required

Unique identifier for the proof request

T-REDACTED
string

Comma-separated list of fields to redact in format [req|res]:[body|header]:[field_name]

T-PROVE-FAILED-REQ
string

If present, proof generation will continue even for failed requests (status >= 400)

Body

application/json · object

Response

200 - application/json
Successful response from proxied endpoint with proof generation initiated

The response is of type object.