get https://fusion.appdome.com/api/v1/upload-link
This endpoint generates a unique, time-limited URL for Amazon Web Services (AWS) to upload an app or SDK securely.
It provides both the URL and a file ID necessary for the upload
After receiving the URL, send a PUT request with the app or SDK you wish to upload in the request body.
The URL expires after 30 minutes to maintain security.
Steps to Use this Endpoint:
1. Obtain Your API Key:
To authenticate API requests, you will need an API key, which can be obtained from your Appdome account. Follow these steps:
- Log in to your Appdome account.
- Navigate to the 'User Menu' or 'API' section.
- Look for an option labeled 'Account and API.'
- Copy your Appdome’s Build2Secure API Token.
2. Make the GET Request:
Use the API key to authenticate your request by including it in the Authorization header as a bearer token.
3. Handle the Response:
Upon a successful request, you will receive a JSON response containing the public link, the file ID, and the time until the link expires.