/api/v2/server-side-api/integration/profile/set/integration-identifiers/ Set integration identifiers
Adds integration identifiers to a profile.
Header parameters
The unique ID of the customer in your system. Either adapty-customer-user-id or adapty-profile-id is required.
The unique ID of the profile in your system. Your best option if you are working with anonymous profiles. Either adapty-customer-user-id or adapty-profile-id is required.
Request body
At least one integration identifier must be provided
The network user's ID in the Adjust integration
The ID of the user's device in Airbridge integration
The ID of the user's device in Amplitude integration
The ID of the user in Amplitude integration
The ID of the user's device in AppMetrica integration
The ID of the user in AppMetrica integration
The network user's ID in the AppsFlyer integration
The Branch Key of the user's app in the Branch integration
The ID of the user in Facebook Ads integration
The ID of the user in Firebase integration
The ID of the user in Mixpanel integration
The ID of the user in OneSignal integration (Legacy identifier)
The ID of the user in OneSignal integration (Recommended identifier)
The ID of the user in PostHog integration
The ID of the user's device in Pushwoosh integration
The ID of the user's device in Tenjin integration
Responses
Integration identifiers set successfully. The response body is blank.
Bad request
Schema
Source of the error
Array of error messages
Short error name
HTTP status code
Example
{
"errors": [
"At least one integration identifier must be provided."
],
"error_code": "validation_error",
"status_code": 400
} Unauthorized
Schema
Source of the error
Array of error messages
Short error name
HTTP status code
Example
{
"errors": [
"Invalid API key"
],
"error_code": "unauthorized",
"status_code": 401
} Profile not found
Schema
Source of the error
Array of error messages
Short error name
HTTP status code
Example
{
"errors": [
"Profile not found"
],
"error_code": "profile_not_found",
"status_code": 404
} Internal server error
Schema
Source of the error
Array of error messages
Short error name
HTTP status code