Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Kobiton Apps API

The app repository of builds under test.

Kobiton Apps API is one of 7 APIs that Kobiton publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Apps. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 13 operations across 8 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://api.kobiton.com/v1.

13 operations 8 paths 2 schemas 4 DELETE3 GET4 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.kobiton.com/v1
Authentication
HTTP Basic
Contact
Resource Areas
1

Authentication & Security 1

Kobiton Apps API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

  • basicAuth — HTTP Basic authentication. Use your Kobiton username (or email) as the username and your Kobiton API key as the password. Create and manage API keys in the Kob…

Paths & Operations 13

Across 8 paths, the API surfaces 13 operations — 4 DELETE, 3 GET, 4 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Apps 13

The app repository of builds under test.

POST
/apps/uploadUrl
Generate a pre-signed app upload URL
createAppUploadUrl → 200401
GET
/apps
List applications
listApps → 200401
POST
/apps
Create an application or version
createApp body → 200401
DELETE
/apps
Delete multiple applications
deleteApps → 204401
GET
/apps/{appId}
Get an application
getApp 1 param → 200401
DELETE
/apps/{appId}
Delete an application
deleteApp 1 param → 204401
PUT
/apps/{appId}/private
Make an application private
makeAppPrivate 1 param → 200401
PUT
/apps/{appId}/public
Make an application public
makeAppPublic 1 param → 200401
POST
/apps/{appId}/team/assign
Assign an application to teams
assignAppToTeams 1 param → 200401
GET
/app/versions/{versionId}
Get an application version
getAppVersion 1 param → 200401
DELETE
/app/versions/{versionId}
Delete an application version
deleteAppVersion 1 param → 204401
POST
/app/versions/{versionId}/tag/{name}
Assign a tag to an app version
addAppVersionTag 2 params → 200401
DELETE
/app/versions/{versionId}/tag/{name}
Remove a tag from an app version
removeAppVersionTag 2 params → 204401

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are CreateAppRequest (2 properties), AppUploadUrl (2 properties). Each schema is shown below with its type and property counts.

AppUploadUrl
object
2 properties
CreateAppRequest
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kobiton-apps-api-openapi.yml Raw ↑

Other APIs Kobiton publishes across the network.

Kobiton Appium Automation Hub
Kobiton Data Sets API
Kobiton Devices API
Kobiton Organization API
Kobiton Scriptless Automation API
Kobiton Sessions API