Get list of Platforms

Get a list of supported platforms (e.g. for platform targeting).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Sample response:

{
    "results": [
        {
            "name": "DESK",
            "value": "Desktop"
        },
        {
            "name": "PHON",
            "value": "Smartphone"
        },
        {
            "name": "TBLT",
            "value": "Tablet"
        }
    ],
    // Additional detail omitted...
}
📘

Traversing the Tree

The request URL in this example ends with the key platforms - returned by Get list of Dictionaries. (See Traversing the Tree for an overview.)

Language
Credentials
OAuth2
LoadingLoading…