List endpoints
GET
/v1/endpoints
const url = 'https://api.catchbin.io/v1/endpoints';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.catchbin.io/v1/endpoints \ --header 'Authorization: Bearer <token>'Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”OK
Media type*/*
object
items
Array<object>
object
id
string format: uuid
slug
string
displayName
string
webhookUrl
string
operatingMode
string
status
string
replayFromDashboard
boolean
replayFromApi
boolean
provider
string
secretSet
boolean
genericSignatureHeader
string
genericSignaturePrefix
string
source
string
createdAt
string format: date-time
updatedAt
string format: date-time
eventCount
integer format: int64
lastEventAt
string format: date-time
lastPurgedAt
string format: date-time
purgedEventCount
integer format: int64
© 2026 catchbinevery webhook, caught. nothing lost.