Skip to content

Custom Endpoint Send

POST
/custom/v1/custom/{endpoint_id}

Hit a predetermined URL specified by the passed in endpoint_id, the response from that URL is returned here.

Authorizations

Parameters

Path Parameters

endpoint_id
required

The endpoint id

string

The endpoint id

Request Body

The body of the request

Responses

200

Successful Response

403

Forbidden

object
auth_success
boolean
default: true
error_code
required
string
desc
required
string

404

Not Found

object
auth_success
boolean
default: true
error_code
required
string
desc
required
string

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string