Deprecated End Points
Create a mapping
Create a custom mapping.
post/v3/mappings
Request body
Example request
{
"dataSource": "mewERBRJJ",
"scoreCutoff": 10,
"organization": "mewlkWEKL",
"orderBy": "label"
}Response
Successfully created a mapping.
Example response
{
"identifier": "mEFayXdO",
"organization": "mewlkWEKL",
"dataSource": "mewERBRJJ",
"scoreCutoff": 10,
"orderBy": "label"
}