Skip to content

Create endpoint

POST
/v1/endpoints
curl --request POST \
--url https://api.catchbin.io/v1/endpoints \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "slug": "example", "displayName": "example", "operatingMode": "example", "status": "example", "replayFromDashboard": true, "replayFromApi": true, "genericSignatureHeader": "example", "genericSignaturePrefix": "example" }'
Media typeapplication/json
object
slug
string
/^[a-z0-9][a-z0-9_-]{0,63}$/
displayName
string
>= 1 characters <= 100 characters
operatingMode
string
status
string
replayFromDashboard
boolean
replayFromApi
boolean
genericSignatureHeader
string
genericSignaturePrefix
string
Examplegenerated
{
"slug": "example",
"displayName": "example",
"operatingMode": "example",
"status": "example",
"replayFromDashboard": true,
"replayFromApi": true,
"genericSignatureHeader": "example",
"genericSignaturePrefix": "example"
}

Created

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