# Bridges ## List Bridge Groups - [GET /v1/bridges/{accountId}](https://docs.synqly.com/api-reference/management/bridges/bridges_list.md): Returns a list of all objects that match the query params. ## Create Bridge Group - [POST /v1/bridges/{accountId}](https://docs.synqly.com/api-reference/management/bridges/bridges_create.md): Creates a with a unique identifier and authentication credentials. This allows for Bridge Agents to connect to Synqly. For more information on Bridges, refer to our Synqly Overview. ## Get Bridge Groups - [GET /v1/bridges/{accountId}/{bridgeId}](https://docs.synqly.com/api-reference/management/bridges/bridges_get.md): Returns the Bridge Group object matching . For more information on Bridges, refer to the Bridge Overview. ## Update Bridge Group - [PUT /v1/bridges/{accountId}/{bridgeId}](https://docs.synqly.com/api-reference/management/bridges/bridges_update.md): Updates the object matching . For more information on Bridges, refer to our Synqly Overview. ## Patch Bridge Group - [PATCH /v1/bridges/{accountId}/{bridgeId}](https://docs.synqly.com/api-reference/management/bridges/bridges_patch.md): Patches the object matching . For more information on Bridges, refer to our Synqly Overview. ## Delete Bridge Group - [DELETE /v1/bridges/{accountId}/{bridgeId}](https://docs.synqly.com/api-reference/management/bridges/bridges_delete.md): Deletes the matching . Deleting an also deletea all and belonging to the . ## Get Bridge Agent Statuses - [GET /v1/bridges/{accountId}/{bridgeId}/status](https://docs.synqly.com/api-reference/management/bridges/bridges_get_status.md): Returns the status and local configuration of running Bridges Agents in the Bridge Group .