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

OpenDSR API

The OpenDSR (Data Subject Request) API implements the IAB OpenDSR specification so advertisers can submit, track, and cancel GDPR/CCPA subject access and erasure requests against AppsFlyer on behalf of their users, including stub requests for testing and status polling for submitted requests.

This API exposes 16 operations across 14 paths, organized into 2 resource areas, and defines 12 schemas. It is described by OpenAPI 3.0.1, at version 1.0.

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

16 operations 14 paths 12 schemas 2 DELETE10 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://hq1.appsflyer.com/
Authentication
HTTP Bearer
Resource Areas
2

Authentication & Security 1

OpenDSR API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — For API authorization, use the same V2 API token as for Pull API. An admin user can retrieve the token from the API token page in the dashboard. Add the token…

Paths & Operations 16

Across 14 paths, the API surfaces 16 operations — 2 DELETE, 10 GET, 4 POST. They span 2 resource areas: Production, Stub & Testing. Each is listed below with its method, path, parameters, and response codes.

Production 8
DELETE
/api/gdpr/v1/opendsr_requests/{subject_request_id}
Cancel a OpenDSR request
cancel-opendsr-request 1 param → 202400
GET
/api/gdpr/v1/opendsr_requests/{subject_request_id}
Get OpenDSR request status
get-opendsr-request-status 1 param → 200400
POST
/api/gdpr/v1/opendsr_requests/batch
Submit a batch of OpenDSR requests
create-batch-opendsr-requests body → 201400500
POST
/api/gdpr/v1/opendsr_requests
Submit a OpenDSR request
create-opendsr-request body → 201400
GET
/api/gdpr/v1/discovery
Discovery metadata
discovery → 200
GET
/api/gdpr/v1/download/{subject_request_id}
Download request report
download-report 1 param → 200400
GET
/api/gdpr/v1/opendsr_requests/batch/{batch_id}
Get the statuses of requests in a batch
get-batch-status 1 param → 200400
GET
/api/gdpr/v1/certificate
Download signed certificate
get-certificate → 200400
Stub & Testing 8
DELETE
/api/gdpr/v1/stub/{subject_request_id}
Cancel a stub OpenDSR request
cancel-stub-opendsr-request 1 param → 202400
GET
/api/gdpr/v1/stub/{subject_request_id}
Get stub OpenDSR request status
get-stub-opendsr-request-status 1 param → 200400
POST
/api/gdpr/v1/stub/batch
Submit a stub batch of OpenDSR requests
create-stub-batch-opendsr-requests body → 201400500
POST
/api/gdpr/v1/stub
Submit a stub OpenDSR request
create-stub-opendsr-request body → 201400
GET
/api/gdpr/v1/stub/download/{subject_request_id}
Download stub request report
download-stub-report 1 param → 200400
GET
/api/gdpr/v1/stub/batch/{batch_id}
Get the statuses of requests in a batch
get-stub-batch-status 1 param → 200400
GET
/api/gdpr/v1/stub/certificate
Download signed certificate
get-stub-certificate → 200400
GET
/api/gdpr/v1/stub/discovery
Discovery metadata
stub-discovery → 200

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are Request (9 properties), CreateResponse (6 properties), Meta (5 properties), Status (4 properties). Each schema is shown below with its type and property counts.

APIErrorData
object
3 properties
Request
object
9 properties
SubjectIdentity
object
3 properties
BatchRequest
object
2 properties
CreateBatchResponse
object
4 properties
CreateResponse
object
6 properties
ErrorResponse
object
2 properties
Meta
object
5 properties
APIErrorWrapper
object
1 property
DiscoveryResponse
object
4 properties
SupportedIdentitiesDiscoveryResponse
object
2 properties
Status
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

appsflyer-opendsr-api-openapi.yml Raw ↑
Where this information came from

This is an independent, third-party profile of OpenDSR API, 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.