Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 676 Bytes

File metadata and controls

23 lines (18 loc) · 676 Bytes
  1. List Apps

GET /v1/apps GET /v1/apps/{id}

  1. Bundle IDs (App Bundles)

GET /v1/bundleIds — list all bundle IDs POST /v1/bundleIds — register a new bundle ID GET /v1/bundleIds/{id} PATCH/DELETE /v1/bundleIds/{id} GET /v1/bundleIds/{id}/profiles — profiles for a bundle GET /v1/bundleIds/{id}/app — linked app

  1. Provisioning Profiles

GET /v1/profiles — list profiles POST /v1/profiles — generate a new profile GET /v1/profiles/{id} DELETE /v1/profiles/{id} GET /v1/profiles/{id}/bundleId GET /v1/profiles/{id}/certificates GET /v1/profiles/{id}/devices