cURL
curl --request POST \ --url https://dev.users.niobi.co/api/niobi-verify \ --header 'Content-Type: application/json' \ --data '{ "client_id": "K1PoY1WYricSpXh6Wm24txxxxxxxxxx", "sender": "First Integration", "timestamp": 1709291964, "salt": "salt00494", "signature": "x21120d4ca274ce462e6415e571xxxxx1b87f462a802221595ed870bf8fxxxx", "params": { "test": 123 } }'
{ "success": true, "message": "Request verified successfully." }
This endpoint verifies the signature of a request to ensure its integrity and authenticity.
Payload for verifying the signature of the request
The body is of type object.
object
Request verified successfully.
The response is of type object.