Get webhook

Description

Summary: Retrieves a single webhook subscription by its ID via the TextPeak API.
Details: This endpoint returns the full details of a specific webhook configured for your account. You must provide the webhook's unique identifier as a path parameter. The response includes the webhook's name, destination URL, trigger type, HTTP method, filter criteria, custom headers, retry configuration, activation status, and creation timestamp. Authentication is performed via a TextPeak API key passed in the Authorization header.

Authentication & Scopes

Authentication is handled via a TextPeak API key provided in the Authorization header. No OAuth scopes are defined; access is granted or denied based on the validity of the API key.

MethodDetails
API KeyPass your TextPeak API key directly in the Authorization header value.

Headers

HeaderRequiredDescription
AuthorizationYesYour TextPeak API key that authenticates the request.
acceptYesMust be set to application/json. Indicates that the client expects a JSON response.

Parameters

This endpoint uses a path parameter to identify the webhook to retrieve.

ParameterTypeRequiredLocationDescription
idintegerYesPathThe unique identifier of the webhook to retrieve.

Request Body

This endpoint does not require a request body.

Examples

This endpoint has a saved example demonstrating usage:

  • Get webhook — Retrieving the full details of a specific webhook by its ID.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json