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