Skip to main content
POST
/
webhook
/
{webhookId}
/
retry
Retry a webhook
curl --request POST \
  --url https://dev.interface.monirates.com/v1/webhook/{webhookId}/retry \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>",
  "data": {}
}

Authorizations

x-api-key
string
header
required

API key for API authentication

Path Parameters

webhookId
string
required
Required string length: 24

Response

Successful response

success
boolean
Example:

true

message
string
data
object

Response payload