AppsFlyer Active audiences API

The Active audiences API from AppsFlyer — 1 operation(s) for active audiences.

Operations 1

GET /active-audiences Get active audiences for account #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/appsflyer-active-audiences-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

appsflyer-active-audiences-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Audience External Active audiences API
  version: 1.0.0
servers:
- url: https://hq1.appsflyer.com/api/audiences-external-api
security:
- bearerAuth: []
tags:
- name: Active audiences
paths:
  /active-audiences:
    get:
      tags:
      - Active audiences
      operationId: audience-external-active-audiences
      summary: Get active audiences for account
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                required:
                - message
                type: object
                properties:
                  message:
                    type: object
                    properties:
                      results:
                        $ref: '#/components/schemas/active_audiences_response'
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/error_response'
components:
  schemas:
    error_response:
      required:
      - error_code
      - message
      properties:
        error_code:
          type: integer
          enum:
          - 1000
          - 1001
          - 1002
          - 1003
          - 1004
          - 1005
          - 1006
          - 1009
          - 1020
          example: 1002
        message:
          type: string
          example: Audience does not exist under your account
    active_audiences_response:
      type: array
      items:
        required:
        - audience_id
        - name
        - updating_user
        type: object
        properties:
          audience_id:
            type: string
          name:
            type: string
          updating_user:
            type: string
          audience_last_upload_status:
            type: string
          audience_last_upload_time:
            type: string
            format: timestamp
          audience_last_successful_upload_time_in_last_7_days:
            type: string
          audience_size:
            type: integer
          audience_upload_size:
            type: integer
          app_id:
            type: string
          count_failed_connections:
            type: integer
          count_total_connections:
            type: integer
          count_total_partners:
            type: integer
          count_campaigns:
            type: integer
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: JWT
x-id:
- reitit.swagger/default