Skip to main content
PUT
Set credentials on all connections

Authorizations

Authorization
string
header
required

FlowForma integration access token, copied from FlowForma Settings. Send it as the raw Authorization header value, without a Bearer prefix.

Body

application/json

Credentials to store against API connection requests. Provide the fields that match Type: basic uses Username and Password; apiKey uses Key, Value, and Location; bearerToken uses Token. Secret values are encrypted at rest.

Type
enum<string>
required

Credential type.

Available options:
basic,
apiKey,
bearerToken
Username
string

Used when Type is basic.

Password
string

Used when Type is basic.

Key
string

Used when Type is apiKey.

Value
string

Used when Type is apiKey.

Location
enum<string>

Used when Type is apiKey: where to send the key.

Available options:
header,
query
Token
string

Used when Type is bearerToken.

Response

Successful operation