---
title: "Vendor Integration Technical Partnership Integrations Retrieve"
method: GET
path: "/vendor_integration/technical-partnership-integrations/{id}/"
tags: ["integrations"]
---

# Vendor Integration Technical Partnership Integrations Retrieve

`GET /vendor_integration/technical-partnership-integrations/{id}/`

GET/PATCH/DELETE /vendor_integration/technical-partnership-integrations/{pk}/

Retrieve, update, or delete a single technical partner integration.
Supports both JWT (platform UI) and API key authentication.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

- TechnicalPartnershipIntegration — Serializer for TechnicalPartnershipIntegration model. Handles CRUD for technical partner integrations (mem0, linkup, moda). Masks sensitive config values (api_key) in responses.
  - `id` string
  - `masked_configs` object, required — Provider-specific config key-value pairs (e.g. api_key, host).
  - `project` string, nullable
  - `provider_name` union — Technical partner provider identifier (e.g., mem0, linkup, moda) * `mem0` - Mem0 - Memory Management * `linkup` - Linkup - Search Augmentation * `moda` - Moda - Observability & Analytics * `hyperspell` - Hyperspell - Data Integrations * `posthog` - PostHog - Product Analytics
    - 'mem0' | 'linkup' | 'moda' | 'hyperspell' | 'posthog' — * `mem0` - Mem0 - Memory Management * `linkup` - Linkup - Search Augmentation * `moda` - Moda - Observability & Analytics * `hyperspell` - Hyperspell - Data Integrations * `posthog` - PostHog - Product Analytics
    - ''

---

[API](https://skmtc.net/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.net/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keywordsai/api-reference/versions/c26d550029f8/schema)
