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:
Property | Type | Description |
---|---|---|
signedUrl | String | A 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). |
storagePath | String | A 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!
- Enter the required (and optional, if applicable) fields below.
- Select the language in Language.
- Enter your user name or API credentials.
- Review your API call and click Try it!