Skip to main content
GET
/
meta
/
osversions
List OS Versions
curl --request GET \
  --url https://api.eflow.team/v1/meta/osversions \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "os_versions": [
    {
      "os_version_id": 123,
      "name": "<string>",
      "platform_id": 123,
      "platform_name": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.everflow.io/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve OS versions available for targeting. Currently limited to Android and iOS versions. Each version includes its parent platform.

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Response

200 - application/json
os_versions
object[]