---
title: "Get recommended integrations"
method: GET
path: "/api/v1/integrations/recommended"
tags: ["integrations"]
---

# Get recommended integrations

`GET /api/v1/integrations/recommended`

Get integrations ordered by relevance based on user profile

## Query parameters

- `company_size` string, nullable — Company size (individual, 2-10, 11-50, 51-200, 201-1000, 1000+)
- `primary_need` string, nullable — Primary infrastructure need (claude, custom_gpt, multi_agent, etc.)
- `limit` integer — Maximum number of integrations to return

## Response `200`

Successful Response

- object[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/memara/apis/memara-api.md) · [All operations](https://skmtc.net/memara/apis/memara-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memara/memara-api/revisions/4dc7c4418845/schema)
