v1

latestOpenAPI 3.0.3MIT2026-07-22153276289.7 KB
Deprecated End Points

Create a mapping

Create a custom mapping.

post/v3/mappings

Request body

dataSourcestring nullable required

The mapping data source this mapping applies to.

scoreCutoffnumber nullable

Higher values will result in more strict matching.

organizationstring nullable

The organization that this mapping belongs to.

orderBystring nullable

The field to order the results by. Leave blank for ordering by relevance.

Example request

{
  "dataSource": "mewERBRJJ",
  "scoreCutoff": 10,
  "organization": "mewlkWEKL",
  "orderBy": "label"
}

Response

Successfully created a mapping.

identifierstring required

Uniquely identify a mapping.

organizationstring nullable

The organization that this mapping belongs to.

dataSourcestring nullable required

The mapping data source this mapping applies to.

scoreCutoffnumber nullable

Higher values will result in more strict matching.

orderBystring nullable

The field to order the results by. Leave blank for ordering by relevance.

Example response

{
  "identifier": "mEFayXdO",
  "organization": "mewlkWEKL",
  "dataSource": "mewERBRJJ",
  "scoreCutoff": 10,
  "orderBy": "label"
}