---
title: "Get webhook configuration"
method: GET
path: "/skynet/config"
tags: ["Tracking_Webhook"]
---

# Get webhook configuration

`GET /skynet/config`

## Query parameters

- `key` string, 32 character alphanumeric string, required

## Response `200`

- DtoGetConfigResp
  - `status` string — A string indicating the state of the response. On successful responses, the value will be Ok. Indicative error messages are returned for different errors. See the [API Error Codes](#api-error-codes) section below for more information.
  - `data` object — A data object containing the config response.
    - `config` DtoConfig
      - `webhook` string[] — An array of strings representing the list of webhooks. Webhooks are used to receive information, through POST requests, whenever any event is triggered.
  - `message` string — Displays the error message in case of a failed request. If the request is successful, this field is not present in the response.

---

[API](https://skmtc.net/nextbillion-ai/apis/one-spec-service.md) · [All operations](https://skmtc.net/nextbillion-ai/apis/one-spec-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nextbillion-ai/one-spec-service/versions/b647f1808dda/schema)
