Skip to main content

Send passthrough request

POST 

/passthrough

This endpoint makes it easy to send a passthrough request to the underlying Third Party App using a specified credentialId. It returns the raw data coming from the Third Party App.

Request

Query Parameters

    credentialId stringrequired

    The credentialId for the user.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Body

required

    method string

    Possible values: [GET, POST, PUT, DELETE, PATCH]

    path string
    body objectnullable
    query objectnullable
    extraHeaders objectnullable

Responses

200

Schema

    any

Loading...