Get upload URL

A successful request to this endpoint retrieves an upload URL for uploading a mobile app file. This URL expires in 60 minutes; after that, it becomes invalid, and a new upload URL must be requested.

Request

This request uses the GET method, which is used to retrieve the signed URL and storage path for uploading a mobile app file.

For basic authorization, replace this with your actual username and password (or API key) in the header request in the username:password or username:api_key format. Your user credentials are combined to form a Base64 encoded string.

No required query parameters are needed for this endpoint.

Response

The response includes a signed URL for uploading a mobile app file, along with the storage path for the uploaded file.

See the following example:

{
  "signedUrl": "https://app-dev.com",
  "storagePath": "123456765-12321-123"
}

Refer to the following table about the response body properties:

PropertyTypeDescription
signedUrlStringA signed temporary URL for uploading the mobile app file. This URL is temporary and should be used within a specified time frame (e.g., 60 minutes).
storagePathStringA unique identifier for the location where the uploaded file will be stored. This value can be used to track or reference the uploaded app file.

Try it!

  1. Enter the required (and optional, if applicable) fields below.
  2. Select the language in Language.
  3. Enter your user name or API credentials.
  4. Review your API call and click Try it!
Language
Click Try It! to start a request and see the response here!