Integration Credentials
Create Credential
post/api/v1/integrations/credentials
Request body
credential_idstring uuid required
The unique identifier of the credential
provider_idstring required
An unique identifier for the provider.
credential_type'oauth' | 'form' required
All credential types supported by the integration provider.
Values: OAUTH: For OAuth2 based authentication flows. FORM: For form based credentials like database connections, API keys, etc. ...
credential_namestring required
The name of the credential, used to identify it in the web UI
credential_descriptionstring nullable
credential_secretsobject required
The secrets of the credential
Response
Successful Response
credential_idstring uuid required
The unique identifier of the credential
integration_provider_idstring required
An unique identifier for the provider.
credential_namestring required
The name of the credential, used to identify it in the web UI
credential_descriptionstring nullable
created_atstring date-time required
updated_atstring date-time required