---
title: "Get integration identifiers"
method: GET
path: "/api/v2/server-side-api/integration/profile/set/integration-identifiers/"
tags: ["Integration"]
---

# Get integration identifiers

`GET /api/v2/server-side-api/integration/profile/set/integration-identifiers/`

Retrieves integration identifiers of a profile.

## Headers

- `adapty-customer-user-id` string
- `adapty-profile-id` string, uuid

## Response `200`

Integration identifiers retrieved successfully

- IntegrationIdentifiersResponse
  - `adjust_device_id` string, nullable — The network user's ID in the Adjust integration
  - `airbridge_device_id` string, nullable — The ID of the user's device in Airbridge integration
  - `amplitude_device_id` string, nullable — The ID of the user's device in Amplitude integration
  - `amplitude_user_id` string, nullable — The ID of the user in Amplitude integration
  - `appmetrica_device_id` string, nullable — The ID of the user's device in AppMetrica integration
  - `appmetrica_profile_id` string, nullable — The ID of the user in AppMetrica integration
  - `appsflyer_id` string, nullable — The network user's ID in the AppsFlyer integration
  - `branch_id` string, nullable — The Branch Key of the user's app in the Branch integration
  - `facebook_anonymous_id` string, nullable — The ID of the user in Facebook Ads integration
  - `firebase_app_instance_id` string, nullable — The ID of the user in Firebase integration
  - `mixpanel_user_id` string, nullable — The ID of the user in Mixpanel integration
  - `one_signal_player_id` string, nullable — The ID of the user in OneSignal integration (Legacy identifier)
  - `one_signal_subscription_id` string, nullable — The ID of the user in OneSignal integration (Recommended identifier)
  - `posthog_distinct_user_id` string, nullable — The ID of the user in PostHog integration
  - `pushwoosh_hwid` string, nullable — The ID of the user's device in Pushwoosh integration
  - `tenjin_analytics_installation_id` string, nullable — The ID of the user's device in Tenjin integration

## Other responses

- `401` — Unauthorized
- `404` — Profile not found
- `500` — Internal server error

---

[API](https://skmtc.dev/adapty/apis/adapty-server-side-api.md) · [All operations](https://skmtc.dev/adapty/apis/adapty-server-side-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adapty/adapty-server-side-api/revisions/abdc1c773a17/schema)
