Skip to main 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.

Request

Path Parameters

    endpoint_id Endpoint Idrequired

    The endpoint id

Header Parameters

    content-type Content-Type

    Default value: application/json

Body

    any

Responses

Successful Response

Schema

    any

Loading...