POST
/
v1
/
app-connections
curl --request POST \
  --url https://cloud.activepieces.com/api/v1/app-connections/ \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "pieceName": "<string>",
  "projectId": "<string>",
  "type": "SECRET_TEXT",
  "value": {
    "type": "SECRET_TEXT",
    "secret_text": "<string>"
  }
}'

Body

application/json

Secret Text

name
string
required
pieceName
string
required
projectId
string
required
type
enum<string>
required
Available options:
SECRET_TEXT
value
object
required