cURL
curl --request GET \ --url https://api.messages.dev/v1/webhooks \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "line_ids": [ "<string>" ], "url": "<string>", "events": [ "<string>" ], "secret": "<string>", "is_active": true } ], "has_more": true, "next_cursor": "<string>", "request_id": "<string>" }
Returns all active webhooks for a line.
Use an API key as a bearer token: Authorization: Bearer sk_live_...
Authorization: Bearer sk_live_...
Line handle (phone number or Apple ID)
"+15551234567"
List of webhooks
Show child attributes
Whether more items exist beyond this page
Cursor to pass as cursor query parameter for the next page
cursor