How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Management APIs

Account and configuration management endpoints: app management V2.0 (add, update and delete apps), the app list API for app owners and ad networks, bulk user management, the audit public API for account activity logs, partner integration settings, ad-revenue account integrations, the InCost cost-ingestion API, the test console API for registering test devices, and the Push API configuration API that manages real-time postback (webhook) destinations and their authentication tokens.

This API exposes 3 operations across 2 paths, and defines 16 schemas. It is described by OpenAPI 3.0.1, at version 2.0.0.

Requests are made against a single base URL, https://hq1.appsflyer.com/api/app/v2.0.

3 operations 2 paths 16 schemas 1 DELETE1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
2.0.0
Base URL
https://hq1.appsflyer.com/api/
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Management APIs declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 3

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

App management 3
DELETE
/apps/{app_id}/{platform}
Delete app
app-mng-v2-delete 2 params → 200400401403404422429
PUT
/apps/{app_id}/{platform}
Update app
app-mng-v2-put 2 params body → 200400401403404422429
POST
/apps/
Add app
app-mng-v2-post body → 200400401403404422429

Schemas 16

The contract defines 16 schemas that model the data the API accepts and returns. The most detailed are out-of-store-app (9 properties), UpdateAppRequest (8 properties), pending-app (8 properties), available-app (7 properties). Each schema is shown below with its type and property counts.

deletePlatform
string
App platform: Android, iOS, or Windows Phone
app_id
string
Required only when status is pending or outofstore Example values - Android: com.publisher.name (Android package name, case-sensitive) - iOS: 123456789 (App ID…
StandardApiError
object
5 properties
StandardApiResponse
object
3 properties
available-app
object
7 properties 6 required
pending-app
object
8 properties 6 required
out-of-store-app
object
9 properties 8 required
platform
string
App platform: Android, iOS, or Windows Phone
app_name
string
A custom name for the app - For available status, If not added to the request the extracted store name will be used. - For pending or outofstore, If not added…
app_url
string
The URL of the app in the app store Required only when status is available or outofstore. Example values - Android: https://play.google.com/store/apps/details?…
channel_name
string
Required only when the status is "outofstore"
time_zone
string
The preferable time-zone
kidsPrivacy
boolean
Indicates whether your app is directed towards children, either exclusively or as part of a mixed audience.
currency
string
The preferable currency
country
string
The App Store country, Required Only for iOS apps with "pending" status
UpdateAppRequest
object
8 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

appsflyer-app-management-api-v20-openapi.yml Raw ↑
Where this information came from

This is an independent, third-party profile of Management APIs, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.