Skip to main content
POST
Verify Signature

Body

application/json

Payload for verifying the signature of the request

client_id
string
required

Client ID generated when creating new api keys

Example:

"K1PoY1WYricSpXh6Wm24txxxxxxxxxx"

sender
string
required

The title of the integration that sent the request

Example:

"First Integration"

timestamp
integer
required

Timestamp of the request

Example:

1709291964

salt
string
required

Salt for added security

Example:

"salt00494"

signature
string
required

Signature of the request for verification

Example:

"x21120d4ca274ce462e6415e571xxxxx1b87f462a802221595ed870bf8fxxxx"

params
object
required

Additional parameters of the request

Response

Request verified successfully.

success
boolean
Example:

true

message
string

Success message

Example:

"Request verified successfully."