Skip to main content
GET
/
api
/
v1
/
webhooks
/
endpoints
List Endpoints
curl --request GET \
  --url https://api.example.com/api/v1/webhooks/endpoints \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "url": "<string>",
    "description": "<string>",
    "filter_types": [
      "<string>"
    ],
    "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
]

Documentation Index

Fetch the complete documentation index at: https://openwearables.io/docs/llms.txt

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

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json

Successful Response

id
string
required
url
string
required
description
string | null
filter_types
string[] | null
user_id
string<uuid> | null