# Credentials ## List Credentials - [GET /v1/credentials/{ownerId}](https://docs.synqly.com/api-reference/management/credentials/credentials_list.md): Returns a list of all objects belonging to the , , or , or matching . ## Create Credential - [POST /v1/credentials/{ownerId}](https://docs.synqly.com/api-reference/management/credentials/credentials_create.md): Creates a object in the , , or matching matching . A may only by used by a single , , or ; however, objects can be shared by multiple within an . ## Get Credential - [GET /v1/credentials/{ownerId}/{credentialId}](https://docs.synqly.com/api-reference/management/credentials/credentials_get.md): Returns the object matching where the belongs to the , , or matching . ## Update Credential - [PUT /v1/credentials/{ownerId}/{credentialId}](https://docs.synqly.com/api-reference/management/credentials/credentials_update.md): Updates the object matching , where the belongs to the , , or matching . ## Patch Credential - [PATCH /v1/credentials/{ownerId}/{credentialId}](https://docs.synqly.com/api-reference/management/credentials/credentials_patch.md): Patches the object matching , where the belongs to the , , or matching . ## Delete Credential - [DELETE /v1/credentials/{ownerId}/{credentialId}](https://docs.synqly.com/api-reference/management/credentials/credentials_delete.md): Deletes the object matching , where the belongs to the , , or matching . ## Lookup Credential - [GET /v1/credentials/lookup/{credentialId}](https://docs.synqly.com/api-reference/management/credentials/credentials_lookup.md): Returns the object matching .