curl --request POST \
--url https://api.kapso.ai/platform/v1/integrations/connect_token \
--header 'X-API-Key: <api-key>'{
"token": "pd_ct_abc123xyz",
"expires_at": "2025-01-15T10:15:00Z"
}Generate a short-lived token for Pipedream Connect frontend OAuth flow.
curl --request POST \
--url https://api.kapso.ai/platform/v1/integrations/connect_token \
--header 'X-API-Key: <api-key>'{
"token": "pd_ct_abc123xyz",
"expires_at": "2025-01-15T10:15:00Z"
}Was this page helpful?