Skip to main content
POST
Create a webhook endpoint
API key required. Send X-API-Key with this request. See REST authentication.
Open the generated operation schema for machine-readable request and response details.

Authorizations

X-API-Key
string
header
required

API key for authentication. Get yours at https://0xarchive.io/dashboard

Body

application/json

A new delivery destination.

url
string<uri>
required

HTTPS destination that will receive deliveries. Destinations that resolve to a private or internal address are refused.

Example:

"https://example.com/hooks/0xarchive"

description
string
default:""

Your own label for the endpoint.

Example:

"Trading desk alerts"

Response

The new endpoint and its signing secret

API response containing a newly created endpoint and its signing secret.

success
boolean
Example:

true

data
object

A newly created endpoint, including the signing secret. This is one of the two responses that carry the secret; the other is a rotation. Store it now, because it is not shown again.

note
string

That the secret is shown once.

Example:

"Store the secret now; it is not shown again."

Last modified on September 20, 2026