Skip to content
OpenCode
Esc
navigateopen⌘Jpreview

Connect with key

Run a key authentication method and store the resulting credential.

POST/api/integration/{integrationID}/connect/key
Path parameters
integrationIDstringrequired
Query parameters
locationobject | any
Request body
requiredapplication/json
keystringrequired
labelstring | any
Show properties
Any of:
string
string
any
any
Responses
204<No Content>
400InvalidRequestError
Any of:
InvalidRequestError1
_tagstringrequired
Allowed:InvalidRequestError
messagestringrequired
kindstring | any
Show properties
Any of:
string
string
any
any
fieldstring | any
Show properties
Any of:
string
string
any
any
InvalidRequestError
_tagstringrequired
Allowed:InvalidRequestError
messagestringrequired
kindstring | any
Show properties
Any of:
string
string
any
any
fieldstring | any
Show properties
Any of:
string
string
any
any
401UnauthorizedError
_tagstringrequired
Allowed:UnauthorizedError
messagestringrequired
Request
curl -X POST "/api/integration/string/connect/key" \
  -H "Content-Type: application/json" \
  -d '{
  "key": "string",
  "label": "string"
}'
Response
<No Content>