Skip to main content

Attentive

Integrating Attentive with Osano​

Connecting to Attentive​


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.


Setup​

An admin must have the required scopes (subscriptions:write, privacy_requests:write) and enter that information in Osano to establish a connection via oauth.

Authenticated Roles​

admin

Authentication Actions​

  • Required Scopes

    • subscriptions:write
    • privacy_requests:write

Authentication Methods​

  • oauth
  • apiKey

Bearer authentication

Core Functionality​

  • Data Discovery
  • User Search
  • Data Deletion

Base URL​

https://api.attentivemobile.com/v1/

  • email
  • name
  • phoneNumber
  • address
  • birthday
  • userId

Endpoints​

Used for data discovery

  • GET subscriptions?email=$sampleSubscriberEmail - subscriptions:write

Used for user search

  • GET subscriptions?email=$email - subscriptions:write

Used for data deletion

  • POST privacy/delete-request - privacy_requests:write

Data Deletion​

Uses the Privacy Request endpoint in order to comply with California Consumer Privacy Act deletion requests through Attentive.

Last Modified: 2025-03-26