Call Integration
projects
Call Integration
CallIntegration sends an HTTP request to a project’s deployed environment and returns the response. This allows triggering a project remotely via an HTTP call.
POST
Call Integration
Authorizations
Bearer token authentication used by the Versori Platform. External consumers must provide an API key, however internal consumers must provide a JWT id_token issued by our IdP.
Query Parameters
Body
application/json
An HTTP request to send to a project's deployed environment.
The URL path to call on the integration.
The HTTP method to use for the request.
Available options:
GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS HTTP headers to include in the request.
Query parameters to include in the request.
The request body as a base64 encoded string.