All pages
Powered by GitBook
1 of 1

Loading...

List webhooks

get
Responses
200

OK

application/json
offsetinteger · int32Optional
limitinteger · int32Optional
totalinteger · int32 · nullableOptional
omittedstring[]Optional
idstringOptional
atstring · date-time · nullableOptional
idstringOptional
namestringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
atstring · date-time · nullableOptional
idstringOptional
namestringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
omittedstring[]Optional
revisioninteger · int32Optional
namestringOptional
urlstringOptional
descriptionstring · nullableOptional
statusstring · enumOptionalPossible values:
typestring · enumOptionalPossible values:
secretstring · nullableOptional
totalinteger · int32Optional
successesinteger · int32Optional
failuresinteger · int32Optional
failuresSinceLastSuccessinteger · int32Optional
objectTypestring · enumOptionalPossible values:
idstringOptional
namestringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
typestring · enumOptionalPossible values:
statusstring · enumOptionalPossible values:
idstringRequired
namestringRequired
iconstring · nullableOptional
keystringOptional
valuestringOptional
successbooleanOptional
callTimestring · date-timeOptional
responseTimestring · date-time · nullableOptional
headersstring · nullableOptional
errorstring · nullableOptional
responsestring · nullableOptional
reasonPhrasestring · nullableOptional
httpStatusCodestring · enumOptionalPossible values:
successbooleanOptional
callTimestring · date-timeOptional
responseTimestring · date-time · nullableOptional
headersstring · nullableOptional
errorstring · nullableOptional
responsestring · nullableOptional
reasonPhrasestring · nullableOptional
httpStatusCodestring · enumOptionalPossible values:
successbooleanOptional
callTimestring · date-timeOptional
responseTimestring · date-time · nullableOptional
headersstring · nullableOptional
errorstring · nullableOptional
responsestring · nullableOptional
reasonPhrasestring · nullableOptional
httpStatusCodestring · enumOptionalPossible values:
get/public/v1/notifications/webhooks
GET /public/v1/notifications/webhooks HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
200

OK

{
  "$meta": {
    "pagination": {
      "offset": 1,
      "limit": 1,
      "total": 1
    },
    "omitted": [
      "text"
    ]
  },
  "data": [
    {
      "id": "text",
      "audit": {
        "created": {
          "at": "2026-01-01T00:00:00.000Z",
          "by": {
            "id": "text",
            "name": "text",
            "icon": "text",
            "revision": 1
          }
        },
        "updated": {
          "at": "2026-01-01T00:00:00.000Z",
          "by": {
            "id": "text",
            "name": "text",
            "icon": "text",
            "revision": 1
          }
        }
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "revision": 1,
      "name": "text",
      "url": "text",
      "description": "text",
      "status": "Enabled",
      "type": "ValidatePurchaseOrderDraft",
      "secret": "text",
      "statistics": {
        "total": 1,
        "successes": 1,
        "failures": 1,
        "failuresSinceLastSuccess": 1
      },
      "objectType": "Order",
      "account": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1,
        "type": "Client",
        "status": "Active"
      },
      "object": {
        "id": "text",
        "name": "text",
        "icon": "text"
      },
      "criteria": [
        {
          "key": "text",
          "value": "text"
        }
      ],
      "lastSuccess": {
        "success": true,
        "callTime": "2026-01-01T00:00:00.000Z",
        "responseTime": "2026-01-01T00:00:00.000Z",
        "headers": "text",
        "error": "text",
        "response": "text",
        "reasonPhrase": "text",
        "httpStatusCode": "Continue"
      },
      "lastFailure": {
        "success": true,
        "callTime": "2026-01-01T00:00:00.000Z",
        "responseTime": "2026-01-01T00:00:00.000Z",
        "headers": "text",
        "error": "text",
        "response": "text",
        "reasonPhrase": "text",
        "httpStatusCode": "Continue"
      },
      "lastCall": {
        "success": true,
        "callTime": "2026-01-01T00:00:00.000Z",
        "responseTime": "2026-01-01T00:00:00.000Z",
        "headers": "text",
        "error": "text",
        "response": "text",
        "reasonPhrase": "text",
        "httpStatusCode": "Continue"
      }
    }
  ]
}