Set credentials on all connections
Applies the supplied credentials to every request in every API connection on the subscription. This endpoint requires a FlowForma integration access token (not an Azure AD bearer token).
Authorizations
FlowForma integration access token, copied from FlowForma Settings. Send it as the raw Authorization header value, without a Bearer prefix.
Body
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.
Credential type.
basic, apiKey, bearerToken Used when Type is basic.
Used when Type is basic.
Used when Type is apiKey.
Used when Type is apiKey.
Used when Type is apiKey: where to send the key.
header, query Used when Type is bearerToken.
Response
Successful operation

