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
Documentation Index
Fetch the complete documentation index at: https://docs.versori.com/llms.txt
Use this file to discover all available pages before exploring further.
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.