Skip to main content

Mapp

Integrating Mapp with Osano

Connecting to Mapp


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

  • Basic Auth

To access the Mapp API, you will need a dedicated API User account within your Mapp platform, which will provide you with a unique username and password to use for API authentication; you can create this user within your account settings, and the credentials will be the Mapp API username and Mapp API password you need to use when making API calls.

Core Functionality

  • Data Discovery
  • User Search
  • Data Deletion

Base URL

https://{yourdomain}.com/api/rest/v9

Auth

  • basic

API Key in header, Basic Auth

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

Last Modified: 2024-12-13