Upload mobile app

Upload your mobile app to the Katalon TestCloud server using a presigned URL.

Request

This request uses the PUT method, which is used to upload mobile application files to Katalon's cloud environment. You need to replace the full URL in the endpoint with the pre-signed URL you retrieved from the Get upload URL endpoint.

Replace {your_access_token} with your actual API access token. The Authorization header should follow the format: Bearer your_access_token. This token authenticates your request to the Katalon TestCloud API. See the following topic for more information: JSON Web Token Authentication.

The request data is provided as a JSON object.

Response

The response returns a 200 OK message. For more information about response message codes, see Error handling.

Language
Credentials
Header
Click Try It! to start a request and see the response here!