Set credentials on one request
Applies the supplied credentials to the single API connection request identified by requestFfuuid. 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.
Path Parameters
The ffuuid of the API connection request.
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

