Skip to main content
POST
/
webhook
Create a webhook
curl --request POST \
  --url https://rest.staging.nickel.com/webhook \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>"
}
'
{
  "url": "<string>",
  "id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://dev.nickel.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Create a webhook

url
string
required

Response

Successful operation

url
string
required
id
string
required