• Notification API
  • Status API
  • Mapping API
  • App data retrieval API
  • Transfer retrieval API
  • Feedback channel API
  • Error retrieval API
Platform
App migration platform / Reference / REST API

Feedback channel API

Postman Collection
OpenAPI

Provides endpoints to send information from your cloud app to your server app

POST

Send information to server app

Feeds the app migration listener back with basic info coming from cloud

Request

Path parameters

transferId

string

Required

Request bodyapplication/json

cloudFeedback

details

object

Responses

OK

POST/feedback/{transferId}
1 2 3 4 5 6 curl --request POST \ --url 'https://your-site.atlassian.net/rest/atlassian-connect/1/migration/feedback/{transferId}' \ --header 'Content-Type: application/json' \ --data '{ "details": {} }'

Rate this page: