Create a mapping group
Mapping Groups
Create a mapping group
Create a mapping group — the container that links external entities to internal entities for a given operation type.
POST
Create a mapping group
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
name | Yes | Group name (max 50) |
description | Yes | Description (max 150) |
operation_type | Yes | Purpose of the group (see enum) |
integration_id | No | Owning integration |
POST /api/mapping_groups/{mapping_group_id}/mapping_group_fields.Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Response
Created successfully
Created record

