Mapping

Create Mapping

post

Creates a new mapping for a specific flow step.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Body
flow_version_idstringRequired
flow_step_idstringRequired
mappingstringOptional
mapping_filestringOptional
Responses
chevron-right
200

Successful response

application/json
post
/api/v1/mapping

Generate Mapping

get

Auto-generates a mapping between a specific source endpoint and a specific destination endpoint using field tag matching.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
sourceEndpointstringRequired

The sourceEndpoint identifier.

destinationEndpointstringRequired

The destinationEndpoint identifier.

Responses
chevron-right
200

Successful response

application/json
objectOptional
get
/api/v1/mapping/generate/{sourceEndpoint}/{destinationEndpoint}

Get Mapping

get

Retrieves the details of a specific mapping.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
mappingstringRequired

The mapping identifier.

Responses
chevron-right
200

Successful response

application/json
get
/api/v1/mapping/{mapping}

Export Mapping

get

Exports the configuration of a specific mapping as a JSON file.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
mappingstringRequired

The mapping identifier.

Responses
chevron-right
200

Successful response

application/json
objectOptional
get
/api/v1/mapping/{mapping}/export

Last updated

Was this helpful?