Skip to main content
Use the Passthrough API (POST /v4/core/passthrough) to call any endpoint on the underlying platform directly. This is useful when you need to read or write something our unified models do not cover. You just need to pass in the correct API config data:
  • Method: GET, POST, PUT, PATCH, DELETE
  • URL Path: The URL path of the API you want to call
  • Headers: Any headers that are required for the API call
  • Parameters: Any parameters that are required for the API call
  • Data: Any data that is required in the body of the API call
We will handle the authentication to call the API for that platform and return the response data. If you need help finding the right API configuration for a platform, contact support@commenda.io.