cURL
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": {} }
This endpoint is for integration with Niobi. It generates signature used in the requests.
Payload for Signature generation
The body is of type object.
object
Signature was generated successfully.
The response is of type object.