Skip to main content
GET
/
entity
/
webhook
Get webhook URL
curl --request GET \
  --url https://nitro-script-api.nitrorx.ai/entity/webhook \
  --header 'Authorization: Bearer <token>'
{
  "message": "Webhook URL",
  "data": {
    "webhook_url": "https://example.com/webhook"
  }
}
Webhook URL is the URL that will be called when a script is processed and the results are ready to be sent to your system.

When do we send script results back to your system?

Script results will be sent to your system when both of these conditions are met:
  1. The reference_id has a value other than 0.
  2. A valid webhook_url has been provided.

Authorizations

Authorization
string
header
required

API Key for authentication

Response

Webhook URL details

message
string

Message will be a description of the response

Example:

"Webhook URL"

data
object