POST
/
v1
/
app-connections
cURL
curl --request POST \
  --url https://cloud.flo.andaihub.ai/api/v1/app-connections \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "externalId": "<string>",
  "displayName": "<string>",
  "hubName": "<string>",
  "projectId": "<string>",
  "type": "SECRET_TEXT",
  "value": {
    "type": "SECRET_TEXT",
    "secret_text": "<string>"
  },
  "metadata": {},
  "hubVersion": "<string>"
}
'

Authorizations

Authorization
string
header
required

Use your api key generated from the admin console

Body

application/json

Secret Text

externalId
string
required
displayName
string
required
hubName
string
required
projectId
string
required
type
enum<string>
required
Available options:
SECRET_TEXT
value
object
required
metadata
object
hubVersion
string

Response

200

Default Response