Check x-api-signature
You can test your signature in x-api-signature within this method.
Header parameters
x-api-public-keystringOptional
Public API-key
x-api-signaturestringOptional
Signing the request body with a private API-key
Content-typestringOptionalExample:
Request content type
application/json
Body
anyOptional
Responses
200Success
application/json
post
POST /api-gateway/test-signature HTTP/1.1
Host: app.apollopayment.io
Content-Type: application/json
Accept: */*
200Success
{
"success": true,
"response": {
"errors": [
"No public key passed."
],
"checkSignatureResult": true,
"signature": "b38f17865768bdba3c894537d0dcd61893ed124880e9fa3d6e389264b8930bcb",
"receivedBody": "{\"some\":\"param\",\"another\":\"param\",\"nonce\":\"e46c3fb5-318a-44ad-b797-8b1b5a1b044b\"}"
}
}
Last updated