[{"id": "1","source": "https://storage.googleapis.com/cloud-builder.appspot.com/.../1app.ipa","created_at": "2020-08-03T01:02:03:123z","class_name": "ItunesConnect::Ipa"},{"id": "2","source": "https://storage.googleapis.com/cloud-builder.appspot.com/.../2app.ipa","created_at": "2020-05-09T11:12:15.263Z","class_name": "ItunesConnect::Ipa"},{"id": "3","source": "https://storage.googleapis.com/cloud-builder.appspot.com/.../3app.ipa","created_at": "2020-06-12T18:07:40.071Z","class_name": "ItunesConnect::Ipa"}]
curl -X GET \https://use.appmanager.io/api/v1/ios/unsigned_ipas \-H 'Authorization: Bearer 12g1823918273182d14hr4kk3j1j0a8e' \-H 'content-type: application/json'
[{"id": "1","source": "https://storage.googleapis.com/cloud-builder.appspot.com/.../app.ipa","created_at": "2020-05-15T14:11:16.466Z"}]
### Using remote server as source for unsigned IPAcurl -X POST \https://use.appmanager.io/api/v1/ios/unsigned_ipas \-H 'Authorization: Bearer 12g1823918273182d14hr4kk3j1j0a8e' \-H 'content-type: application/json' \-d '{"unsigned_ipa": {"remote_source_url": "https://s3.amazonaws.com/acmecorp/fancyapp.ipa"}}'​### Using local machine as source for unsigned IPAcurl -X POST \https://use.appmanager.io/api/v1/ios/unsigned_ipas \-H 'Authorization: Bearer 12g1823918273182d14hr4kk3j1j0a8e' \-H 'content-type: multipart/form-data; boundary' \# Path on macOS-F 'unsigned_ipa[source]=@/Users/admin/apps/app.ipa'# Path on Windows: -F 'unsigned_ipa[source]=@C:\path\to\the\test.ipa'​
{"deleted": true,"id": "169"}
curl -X DELETE \https://use.appmanager.io/api/v1/ios/unsigned_ipas/169 \-H 'Authorization: Bearer 41c57567541454928b16cd3aa4b3a2d7f' \-H 'Content-Type: application/json'