Create Webhook

POST /v0/webhooks

Endpoint /v0/webhooks

Headers

  • Authorization (string, Required) — Token for authentication

  • Content-Type: application/json

  • Accept: /

Request body (application/json)

  • url (string, max: 1024, Required)

HTTP
POST /v0/webhooks HTTP/1.1
Host: gateway.noxxo.com
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 14

{
  "url": "text"
}

Responses

201 — Developer fee settings updated successfully Content-Type: application/json

Response body example (201)

Last updated