ReferenceAPIOperationsPipeline Signing
Sync iOS provisioning profiles
Re-downloads provisioning profiles from Apple via App Store Connect API.
Operation ID
sync_pipeline_ios_signingRe-downloads provisioning profiles from Apple via App Store Connect API.
Authorization
bearer_auth AuthorizationBearer <token>
In: header
Path Parameters
pipeline_id*string
Pipeline ID
Response Body
application/json
curl -X POST "https://example.com/v1/pipelines/string/ios-signing/sync"{ "ok": true, "pipeline_id": "string", "synced_bundle_ids": [ "string" ], "updated_profiles": 0, "warnings": [ "string" ]}Register iOS test device POST
Registers a device UDID and optionally triggers a provisioning profile sync.
Get job-scoped Android signing material GET
Returns Android signing profiles only to the assigned runner while the job is active. Both the runner bearer token and job-scoped signing grant are required.