# Connections Connection related end-points ## Get Connections - [GET /api/v1/connections](https://docs.meshes.dev/openapi/connections/getconnections.md): Get all connections for the organization ## Create Connection - [POST /api/v1/connections](https://docs.meshes.dev/openapi/connections/createconnection.md): Create a New Connection ## Get Connection - [GET /api/v1/connections/{connection_id}](https://docs.meshes.dev/openapi/connections/getconnection.md): Get Connection by ID ## Update Connection - [PUT /api/v1/connections/{connection_id}](https://docs.meshes.dev/openapi/connections/updateconnection.md): Update Connection by ID ## Delete Connection - [DELETE /api/v1/connections/{connection_id}](https://docs.meshes.dev/openapi/connections/deleteconnection.md): Delete Connection by ID ## Get Connection Actions - [GET /api/v1/connections/{connection_id}/actions](https://docs.meshes.dev/openapi/connections/getconnectionactions.md): Get Connection Actions by ID ## Get Connection Fields - [GET /api/v1/connections/{connection_id}/fields](https://docs.meshes.dev/openapi/connections/getconnectionfields.md): Get Connection Fields by Connection ID ## Get Connection Default Mappings - [GET /api/v1/connections/{connection_id}/mappings/default](https://docs.meshes.dev/openapi/connections/getconnectiondefaultmappings.md): Get Connection Default Mappings by Connection ID ## Update Connection Default Mappings - [PUT /api/v1/connections/{connection_id}/mappings/default](https://docs.meshes.dev/openapi/connections/updateconnectiondefaultmappings.md): Update Connection Default Mappings by Connection ID