Create System CredentialAsk AIpost https://{hostname}/api/integrationmanager/v2/credentials/{type}Use this API to create a new credential for a specific connector type.Path ParamstypestringenumrequiredSpecify the connector type.HTTPAllowed:HTTPBody ParamsnamestringrequiredUnique name that identifies this credential.authTypestringenumrequiredAuthentication type represented by this credential.BASICAPI_KEYBEARER_TOKENOAUTH2_TOKENCUSTOMAllowed:BASICAPI_KEYBEARER_TOKENOAUTH2_TOKENCUSTOMauthContextBasicAuthApiKeyAuthBearerTokenAuthOAuth2TokenAuthCustomAuthrequiredAuthentication context with typeβΓΓ«specific configuration; structure varies by authentication type.BasicAuth objectdescriptionstringHumanβΓΓ«readable purpose for this credential.integrationNamestringrequiredName of the integration associated with this credential.Responses 201Created 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago