v49

OpenAPI 3.1.1raw.githubusercontent.com2026-04-2200132.4 KB
invoices_service

Update webhook for app

patch/api/v1/services/invoices/app/{id}/webhook/{webhook_id}

Path parameters

idinteger required

App ID

webhook_idstring required

Webhook ID

Request body

webhookstring required

Example request

{
  "webhook": "https://mydapp.com/api/handle-invoice-change"
}

Response

Invoices app

Example response

{
  "app": {
    "id": 4177275498,
    "project_id": 4268870487,
    "name": "Test name",
    "description": "Test description",
    "recipient_address": "0:97146a46acc2654y27947f14c4a4b14273e954f78bc017790b41208b0043200b",
    "webhooks": [
      {
        "webhook": "https://mydapp.com/api/handle-invoice-change"
      }
    ],
    "date_create": 1690889913000
  }
}