Skip to main content
GET
List webhook endpoints

Authorizations

Authorization
string
header
required

API key obtained from your Tella account settings

Query Parameters

cursor
string

Pagination cursor returned by the previous request

limit
integer

Maximum endpoints to return (default: 20, max: 100)

Required range: 1 <= x <= 100
Example:

20

Response

A page of webhook endpoints

A page of webhook subscription endpoints

endpoints
object[]
required
nextCursor
string | null
required

Cursor for the next page, or null on the final page