Platforms

Platforms

Find All

GET /v1/meta/platforms

Offers are available to all platforms and this list is not an exhaustive list of all platforms that exist on the market.

Rather, the platforms listed by this endpoint are the ones that can be used (either included or excluded) in your targeting.

cURL
curl --request GET 'https://api.eflow.team/v1/meta/platforms' \
--header 'X-Eflow-API-Key: <INSERT API KEY>'
Response
{
    "platforms": [
        {
            "platform_id": 1,
            "name": "Android"
        },
        ...,
        {
            "platform_id": 22,
            "name": "Nintendo OS"
        }
    ]
}