POST
/
passthrough
curl --request POST \
  --url https://api.panora.dev/passthrough \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "GET",
  "path": "<string>",
  "data": {},
  "headers": {}
}'
{
  "url": "<string>",
  "status": 123,
  "data": {}
}

Query Parameters

integrationId
string
required
linkedUserId
string
required
vertical
string
required

Body

application/json

Response

200
application/json

The response is of type object.