Skip to main content
GET
List Custom Apis

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

id
integer
required
user_id
integer
required
name
string
required
description
string | null
required
url
string | null
required
method
string | null
required
headers
Headers · object | null
required
body
string | null
required
env
Env · object | null
required
is_active
boolean
required
is_default
boolean
required
created_at
string
required
updated_at
string
required