Skip to main content
POST
Generate Signature
For the full signature generation walkthrough, including sandbox testing and backend signing, see the Authentication Guide.

Body

application/json

Payload for Signature generation

client_id
string
required

Your Client ID from the Niobi Dashboard under Workspace > Integrations.

Example:

"K1PoY1WYricSpXh6Wm24txxxxxxxxxx"

sender
string
required

The exact title of your integration as registered in the Dashboard. Case-sensitive.

Example:

"Niobi integration"

salt
string
required

A unique random string you generate per request. Ensures no two signatures are identical.

Example:

"mySalt12342423"

params
object
required

The parameters for your target endpoint. Structure depends on the endpoint you are calling (Collections, Disbursements, etc.).

Response

Signature was generated successfully.

success
boolean
Example:

true

message
string

Success message

Example:

"Signature was generated successfully."

data
object