cURL
curl --request POST \ --url https://cloud.activepieces.com/api/v1/app-connections/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "pieceName": "<string>", "projectId": "<string>", "type": "SECRET_TEXT", "value": { "type": "SECRET_TEXT", "secret_text": "<string>" } } '
Upsert an app connection based on the app name
Use your api key generated from the admin console
Secret Text
SECRET_TEXT
Show child attributes
OAuth2
OAUTH2
Cloud OAuth2
CLOUD_OAUTH2
Platform OAuth2
PLATFORM_OAUTH2
Basic Auth
BASIC_AUTH
Custom Auth
CUSTOM_AUTH
Default Response