Skip to main content
GET
/
api
/
v1
/
webhooks
/
endpoints
/
{endpoint_id}
/
secret
Get Endpoint Secret
curl --request GET \
  --url https://api.example.com/api/v1/webhooks/endpoints/{endpoint_id}/secret \
  --header 'Authorization: Bearer <token>'
{
  "key": "<string>"
}

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.

Path Parameters

endpoint_id
string
required

Response

Successful Response

key
string
required