Skip to main content
GET
/
api
/
v3
/
notifications
/
webhook
/
history
View Webhook Hisotry
curl --request GET \
  --url https://api.dataspike.io/api/v3/notifications/webhook/history \
  --header 'ds-api-token: <api-key>'
{
  "data": [
    {
      "id": "01827ed4-c928-7a3c-9a30-7ab7cc169d11",
      "webhook_id": "01827ed4-c928-7a3c-9a30-7ab7cc169d11",
      "event_type": "AML_SCREENING",
      "timestamp": "2023-07-18T15:32:13.000Z",
      "payload": {
        "risk_score": {
          "type": "Low"
        },
        "applicant_id": "01827ed4-c928-7a3c-9a30-7ab7cc169d11",
        "external_id": "external_id_123",
        "screening_id": "01827ed4-c928-7a3c-9a30-7ab7cc169d11",
        "search_request": {
          "full_name": "Grace MUGABE",
          "first_name": "Grace",
          "last_name": "MUGABE",
          "countries": [
            "ZW"
          ],
          "cities": [],
          "postal_codes": [],
          "date_of_birth": {
            "gte": "1987-12-24T00:00:00.000Z",
            "lte": "1987-12-24T00:00:00.000Z"
          },
          "risk_scores": [
            "High"
          ],
          "tags": [
            "Sanctions"
          ],
          "entity_types": [
            "Person"
          ],
          "sources": [],
          "fuzziness": true,
          "fuzziness_level": 1,
          "phonetics": true,
          "registration_ids": []
        },
        "search_response": {
          "requested_name": "<string>",
          "search_uuid": "<string>",
          "max_risk_score": "Low",
          "data": [
            {
              "uuid": "<string>",
              "type": "Person",
              "annotation": "<string>",
              "tags": [
                "Finance"
              ],
              "risk_score": "Low",
              "fields": {
                "names": [
                  {}
                ],
                "sources": [
                  {}
                ],
                "media": [
                  {}
                ],
                "images": [
                  {}
                ],
                "contact_info": [
                  {}
                ],
                "registration_ids": [
                  {}
                ],
                "addresses": [
                  {}
                ],
                "genders": [
                  "Male"
                ],
                "dates_of_birth": [
                  {}
                ],
                "places_of_birth": [
                  {}
                ],
                "dates_of_death": [
                  {}
                ],
                "places_of_death": [
                  {}
                ],
                "citizenships": [
                  "<string>"
                ],
                "nationalities": [
                  "<string>"
                ],
                "political_roles": [
                  {}
                ],
                "occupations": [
                  {}
                ],
                "companies_and_enterprises": [
                  {}
                ],
                "owners_and_beneficiaries": [
                  {}
                ],
                "associates": [
                  {}
                ]
              },
              "updated_at": 123,
              "importance_score": 123
            }
          ]
        },
        "completed_at": "2023-07-18T15:32:13.000Z"
      }
    }
  ],
  "has_next": false
}

Authorizations

ds-api-token
string
header
required

Query Parameters

after
string<uuid>

From what event id start fetch history

Example:

"01827ed4-c928-7a3c-9a30-7ab7cc169d11"

webhook_id
string<uuid>

Filter by Webhook Configuration ID

Example:

"01827ed4-c928-7a3c-9a30-7ab7cc169d11"

Response

200 - application/json

Paginated list of Webhook object

data
object[]
required

List of an existing paginated items Object contains a list of a webhook events

has_next
boolean
default:false

This property serves as an indicator of whether there is a next page available in the paginated result