Get Creds By Name Type Owner
GET/api/v1/org/:org_id/creds/get
Search for credentials within an organization based on (optional) type, id or owner_id. Meant to be used in the front-end to show the user the credentials options when creating a connector (a list of names).
Args:
org_id (str): the id of the organization creds_type (str): optional, the type of the credentials. creds_owner_id (str): optional, the id of the user who owns the credential (owner_id). creds_id (str): optional, the id of the credential. db (AsyncSession): The data base to use in the repository
Returns:
MessageOrgCredentials: a list of OrgCredentials - credentials without the credential itself (sensitive information)
Request
Responses
- 200
- 422
Successful Response
Validation Error