Generate Signature
Generate Signature
This endpoint is for integration with Niobi. It generates signature used in the requests.
POST
Body
application/json
Payload for Signature generation
Client ID generated when creating new api keys
Example:
"K1PoY1WYricSpXh6Wm24txxxxxxxxxx"
the title of the integration
Example:
"Niobi integration"
Salt for added security
Example:
"mySalt12342423"
Additional parameters for the request
Response
200
application/json
Signature was generated successfully.
Example:
true
Success message
Example:
"Signature was generated successfully."
The generated data including the signature
Example:
{
"client_id": "<client_id>",
"params": {},
"salt": "<salt>",
"sender": "<sender>",
"timestamp": "<timestamp>",
"signature": "<signature>"
}