curl --request GET \
--url https://api.kapso.ai/platform/v1/integrations/actions/{action_id}/schema \
--header 'X-API-Key: <api-key>'{
"data": {}
}Get the configuration schema for a Pipedream action.
curl --request GET \
--url https://api.kapso.ai/platform/v1/integrations/actions/{action_id}/schema \
--header 'X-API-Key: <api-key>'{
"data": {}
}Was this page helpful?