Skip to content

Integration POST passthrough

POST
/api/integration/{name}/{path}
curl --request POST \
--url https://example.com/api/integration/eloqua/example \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'

Routes a POST request to the handler registered for the named integration (e.g. eloqua).

name
required

Integration name

string
Example
eloqua
path
required

Integration-specific sub-path

string
Media typeapplication/json

Integration-specific payload

object
Examplegenerated
{}

Integration handler response

Media typeapplication/json
object
Examplegenerated
{}

No handler registered for the integration