Skip to main content
GET
/
api
/
webhooks
List webhooks
curl --request GET \
  --url https://api.shelv.dev/api/webhooks \
  --header 'Authorization: Bearer <token>'
[
  {
    "createdAt": "2023-11-07T05:31:56Z",
    "events": [
      "shelf.ready"
    ],
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "url": "<string>",
    "userId": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

List of webhooks

createdAt
string<date-time>
required
events
enum<string>[]
required
Available options:
shelf.ready,
shelf.failed,
shelf.review
id
string<uuid>
required
url
string<uri>
required
userId
string
required