Mapping
Authorizations
AuthorizationstringRequired
API key passed in the Authorization header. Format: <api-key>
Body
flow_version_idstringRequired
flow_step_idstringRequired
mappingstringOptional
mapping_filestringOptional
Responses
200
Successful response
application/json
401
Unauthenticated
403
Unauthorized
422
Validation Error
application/json
post
/api/v1/mappingAuthorizations
AuthorizationstringRequired
API key passed in the Authorization header. Format: <api-key>
Path parameters
sourceEndpointstringRequired
The sourceEndpoint identifier.
destinationEndpointstringRequired
The destinationEndpoint identifier.
Responses
200
Successful response
application/json
objectOptional
401
Unauthenticated
403
Unauthorized
get
/api/v1/mapping/generate/{sourceEndpoint}/{destinationEndpoint}Authorizations
AuthorizationstringRequired
API key passed in the Authorization header. Format: <api-key>
Path parameters
mappingstringRequired
The mapping identifier.
Responses
200
Successful response
application/json
objectOptional
401
Unauthenticated
403
Unauthorized
get
/api/v1/mapping/{mapping}/exportLast updated
Was this helpful?