Skip to content

Integration GET passthrough

GET
/api/integration/{name}/{path}
curl --request GET \
--url https://example.com/api/integration/eloqua/example \
--header 'Authorization: Bearer <token>'

Routes a GET 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

Integration handler response

Media typeapplication/json
object
Examplegenerated
{}

No handler registered for the integration