Skip to main content

Signing a Request

How to sign an outgoing request using the Signing API and verify the response signature.

← All recipes
Sign the request
curl -X POST "https://signing.api.example.com/v1/sign" \
-H "Content-Type: application/json" \
-d '{"SignFor":"RTGS:G:BL12345678","Method":"POST","PathAndQuery":"/v1/example","Message":"{\"Key\":\"Value\"}"}'
Response
{
"Verified": true
}