Integration Metadata
Use Merge's Integration Metadata endpoint to programmatically fetch information about the integrations Merge offers.
Overview
Use the Integration Metadata endpoint to fetch integration names, identifiers, images, brand colors, and more.
You can use this data to create an integrations menu or applications marketplace for your product.

Request all Merge integrations
GET /api/integrations
Request my organization’s enabled integrations
GET /api/organizations/integrations
This organization-specific endpoint differs in that:
- Only integrations enabled in Configuration are returned
- It requires API key authentication (never store this in your frontend)
- The response is paginated
Response
Example Integration Metadata response