Get endpoint
GET
/v1/endpoints/{id}
const url = 'https://api.catchbin.io/v1/endpoints/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0';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/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \ --header 'Authorization: Bearer <token>'Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
string format: uuid
Responses
Section titled “Responses”OK
Media type*/*
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.