Skip to main content
GET
Get endpoint
Fetch an HTTP endpoint you own, including headers and body templates.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

endpoint_id
string<uuid>
required

Endpoint ID.

Response

Endpoint fetched successfully

id
string<uuid>
required
name
string
required
url
string
required
headers
object
required
body
object
required