Skip to content

List endpoints

GET
/v1/endpoints
curl --request GET \
--url https://api.catchbin.io/v1/endpoints \
--header 'Authorization: Bearer <token>'

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
Download OpenAPI spec:YAML · JSON