POST
/
api
/
niobi-verify
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."
}

Body

application/json

Payload for verifying the signature of the request

The body is of type object.

Response

200
application/json

Request verified successfully.

The response is of type object.