PRO FEATURE
This feature is available on the Pro pricing plan. Please email support@justtrack.io for more details.
Create app
POST/management/v1/app
Create an app.
info
We validate the following constraints when creating an app:
- The bundle ID must be unique to your organization, though multiple apps within your organization can have the same bundle ID if the platform is different.
- A (bundle ID, platform) pair must be unique within your organization.
- A (name, platform) pair must be unique within your organization.
- The store ID must be unique across all organizations.
Request
Responses
- 200
- 400
- 401
- 403
- 500
OK
Bad request input. Check the response for details.
Unauthorized
Forbidden
Internal server error. Please try again, or contact us at support@justtrack.io if the error persists.