Amplitude
Integrating Amplitude with Osano
Connecting to Amplitude
In order for Osano to discover data stored in your systems, we must connect to those data providers via an API. We require, at minimum, read-only access to establish a connection to these providers. Each provider you connect may require different information. Please see the linked vendor documentation for instructions on where and how to obtain this data.
Required Fields
- API Key
- API Secret
Instructions for obtaining your Amplitude API Key.
Core Functionality
- Data Discovery
- User Search
- Data Deletion
Note on user search
- User search will only work if emails are user ids within Amplitude, otherwise, it will not display any results.
Auth
- Token Based
Endpoints
Used for data discovery
- GET
https://amplitude.com/api/2/usersearch?user={{email}}
- GET
https://profile-api.amplitude.com/v1/userprofile?user_id={{userId}}&get_cohort_ids=true
- GET
https://profile-api.amplitude.com/v1/userprofile?user_id={{userId}}&get_amp_props=true
- GET
https://profile-api.amplitude.com/v1/userprofile?user_id={{userId}}&get_recs=true
- GET
https://profile-api.amplitude.com/v1/userprofile?user_id={{userId}}&get_computations=true
Used for user search
- GET
https://amplitude.com/api/2/usersearch?user={{email}}
- GET
https://profile-api.amplitude.com/v1/userprofile?user_id={{userId}}&get_recs=true
- GET
https://profile-api.amplitude.com/v1/userprofile?user_id={{userId}}&get_amp_props=true
- GET
https://profile-api.amplitude.com/v1/userprofile?user_id={{userId}}&get_cohort_ids=true
- GET
https://profile-api.amplitude.com/v1/userprofile?user_id={{userId}}&get_computations=true
Used for data deletion
- POST
https://amplitude.com/api/2/deletions/users