POST
/
api
/
niobi-signature
curl --request POST \
  --url https://dev.users.niobi.co/api/niobi-signature \
  --header 'Content-Type: application/json' \
  --data '{
  "client_id": "K1PoY1WYricSpXh6Wm24txxxxxxxxxx",
  "sender": "Niobi integration",
  "salt": "mySalt12342423",
  "params": {
    "test": 123
  }
}'
{
  "success": true,
  "message": "Signature was generated successfully.",
  "data": {}
}

Body

application/json

Payload for Signature generation

The body is of type object.

Response

200
application/json

Signature was generated successfully.

The response is of type object.