# Data Scopes - Field-Level Control Over API Data

> Request only the data you need. Minimize exposure, maximize compliance, and improve performance across all your integrations with field-level data filtering.

URL: https://www.apideck.com/data-scopes

---

- 

Menu
Products[Unified APIs](/products/unify)Build native integrations through our scalable Unified APIs

[Accounting API](/accounting-api)[HRIS API](/hris-api)[CRM API](/crm-api)[Ecommerce API](/ecommerce-api)[File Storage API](/file-storage-api)[ATS API](/ats-api)[Issue Tracking API](/issue-tracking-api)
[View all integrations](/integrations)

[Integrations Marketplace](/integrations-marketplace)Showcase integrations, partners, and apps to your customers

Solutions[By customer case](/customer-cases)[Round Treasury](/customer-cases/roundtreasury-accounting-unify-integration)[Octa](/customer-cases/octa-ai-finance-accounting-integration)[Aikido](/customer-cases/aikido-powering-developer-first-security-integrations-at-scale)[Derive](/customer-cases/derive-erp-accounting-integration)[Kintsugi](/customer-cases/kintsugi-tax-compliance-integration)[Roopairs](/customer-cases/roopairs-quickbooks-online-integration)[View all](/customer-cases)

[By use case](/use-cases)[Accounts Payable](/use-cases/accounts-payable-automation)[Accounts Receivable](/use-cases/accounts-receivable-automation)[Business Lending](/use-cases/business-lending-loan-underwriting)[Corporate Gifting](/use-cases/corporate-gifting)[Employee onboarding](/use-cases/accelerate-employee-onboarding-offboarding)[View all](/use-cases)

[By industry](/industries)[B2B FinTech](/industries/fintech)[AgTech](/industries/agtech)[Banking](/industries/banking)[ConstructionTech](/industries/constructiontech)[HRTech](/industries/hrtech)[View all](/industries)

ResourcesFor Developers[API Documentation](https://developers.apideck.com)[Integrations](/integrations)[SDKs](https://developers.apideck.com/sdks)[API Explorer](https://developers.apideck.com/api-explorer)[Samples](/samples)

Learn & Explore[Blog](/blog)[Field Mapping](/custom-field-mapping)[Webhooks](/webhooks)[Auth](/products/vault)[Platform Maturity Model](/platform-maturity-model)

More Resources[API Tracker](https://apitracker.io)[Open Banking Tracker](https://www.openbankingtracker.com)[Compliance Portal](https://compliance.apideck.com)

[Pricing](/pricing)[Login](https://platform.apideck.com/api/auth/login)
ThemeToggle theme

[Talk to an expert](/demo-request?from=mobile-nav)[Get started for free](/signup)

[Products](/products/unify)

- [Solutions](/customer-cases)

- [Resources](#)

- [Pricing](/pricing)
- [Login](https://platform.apideck.com/api/auth/login)
- [Talk to an expert](/demo-request?from=nav)
- [Get started for free](/signup)
- Toggle theme

Early Access

# Data ScopesField-Level Control
Request only the data you need. Minimize exposure, maximize compliance, and improve performance across all your integrations.

[Get started for free](/signup?product=unify)[Developer guide
](https://developers.apideck.com/guides/data-scopes-for-hris)

WITHOUT DATA SCOPES
{"id": "emp_123",
"first_name": "Jane",
"last_name": "Doe",
"email": "jane@company.com",
"ssn": "***-**-1234",
"salary": 125000,
// ... 41 more fields
}

WITH DATA SCOPES
{"id": "emp_123",
"first_name": "Jane",
"last_name": "Doe",
"email": "jane@company.com"
}

## Transparent consent that builds trust
Your users see exactly what data your application needs. With Vault&#x27;s built-in consent screen, requesting field-level permissions becomes a seamless part of the integration flow.

- 

Clear permission requests

Users understand exactly what data they&#x27;re sharing

- 

Granular control

Show read vs. write access for each field

- 

No development needed

Consent UI is automatically generated from your data scopes

[Developer guides](https://developers.apideck.com/apis/vault/guides)[Learn about Vault](/products/vault)

## Requested Data Access
The application is requesting permission to access the following data.

Customers
4 fields
display_nameReadWrite

company_nameReadWrite

emailRead

notesRead

Invoices
4 fields

Payments
3 fields

By authorizing you agree to grant the application access to the data listed above.

AcceptDeny

## When APIs return more than you need

Without Data Scopes
With Data Scopes

50+ fields returned when you only need 3-5
Request exactly the fields you need

Sensitive data (SSN, salary) exposed unnecessarily
Sensitive data never reaches your app

Larger payloads impact performance
Smaller payloads, faster responses

No standardized filtering across APIs
Consistent filtering across 200+ connectors

Compliance burden for audits
Built-in data minimization for compliance

## Benefits of Data Scopes
Field-level filtering gives you complete control over API data access while improving performance and compliance

### Privacy by Design
Request only the data your application needs. Support GDPR data minimization requirements out of the box.

### Faster Responses
Smaller payloads mean faster response times and reduced bandwidth costs for your application.

### Audit Ready
Demonstrate data access controls for SOC 2, HIPAA, and other security compliance audits.

### Consumer Control
Let your customers choose exactly what data they share through Vault configuration.

### Universal Filtering
Consistent field filtering across 200+ connectors, even when downstream APIs don&#x27;t support it.

### Flexible Levels
Define scopes at application, consumer, or per-request level for maximum control.

### For developers
Simple configuration through API or dashboard. Define scopes once, enforce automatically across all requests.

- →Declarative scope definitions
- →Per-request override capability
- →Works with existing SDKs

### For compliance teams
Demonstrate data minimization practices with clear audit trails showing exactly what data your application accesses.

- →GDPR data minimization support
- →SOC 2 access control evidence
- →Centralized policy management

[Get started for free](/signup?product=unify)[View developer guide
](https://developers.apideck.com/guides/data-scopes)

## The data you need, nothing more
Data Scopes filter API responses before they reach your application, returning only the fields you specify.

Without Data Scopes
47 fields
{ "id": "emp_123",
 "first_name": "Jane",
 "last_name": "Doe",
 "email": "jane@company.com",
 "ssn": "***-**-1234",
 "salary": 125000,
 "bank_account": "****4567",
 "home_address": "123 Main St",
 "phone_number": "+1-555-0123",
 "date_of_birth": "1990-05-15",
 "hire_date": "2021-03-01",
 "department_id": "dept_456"
 // ... 35 more fields
}
● Sensitive fields like SSN, salary exposed

With Data Scopes
4 fields
{ "id": "emp_123",
 "first_name": "Jane",
 "last_name": "Doe",
 "email": "jane@company.com"
}
● Only the fields you need

47 fields4 fields91% reduction

Early Access
## Now available for HRIS & Accounting
Data Scopes are currently available for the HRIS and Accounting API, with more Unified APIs coming soon.

[Get started for free](/signup?product=unify)[Developer guide
](https://developers.apideck.com/guides/data-scopes)

- 

### HRIS
Sync employee directories without accessing salary, SSN, or banking details

idfirst_namelast_nameemaildepartment

### Accounting
Access invoice totals and status without exposing full customer PII

idtotaldue_datestatusinvoice_number

### More APIs coming soon
CRM, ATS, and more Unified APIs will support Data Scopes soon.

## Real-time, secure data
Our security approach focuses on security governance, risk management and compliance.

### Zero Data Retention
We do not store your data. API calls are processed in real-time and passed directly from the source to your app.

[Learn more](/zero-data-retention)

### SOC2 Certified
Our security framework maintains the highest level of compliance with industry standards.

No data storageApideck does not store your customer data, providing you with high-level data loss protection.

Real-time dataBecause Apideck does not cache your information, you get instant up-to-date information without waiting for syncs.

Usage-based billingOur usage-based billing model provides you with full control on your spend.

Enterprise level reliabilityBuilt for enterprise workloads with guaranteed uptime and robust infrastructure.

## Launch accounting integrations in weeks, not months
[Get started for free](/signup?product=unify)

US 🇺🇸
[95 Third Street, 2nd Floor
San Francisco, CA 94103, USA](https://www.google.com/maps/place/95+Third+Street+2nd+Floor,+San+Francisco,+CA+94103,+USA/)

EU 🇪🇺
[Broederminstraat 9, 2018 Antwerp, Belgium](https://www.google.com/maps/dir/51.1770624,4.358144/Broederminstraat+9,+2018+Antwerpen)
VAT: BE 0689.615.164

[hello@apideck.com](mailto:hello@apideck.com)

[](/blog/soc-2-type-2-compliant)

#### Products
[Accounting API](/accounting-api)
- [HR API](/hris-api)
- [CRM API](/crm-api)
- [ATS API](/ats-api)
- [Issue Tracking API](/issue-tracking-api)
- [File Storage API](/file-storage-api)
- [Ecommerce API](/ecommerce-api)
- [ERP API](/erp-api)
- [Auth Management](/products/vault)
- [Integrations Marketplace](/integrations-marketplace)
- [Pricing](/pricing)
- [About](/about)
- [TreasurUp Partnership](/partners/treasurup)
- [Contact](/contact)
- [Status](https://status.apideck.com)
- [Jobs](https://jobs.apideck.com)

#### Customer cases
- [Round Treasury customer case](/customer-cases/roundtreasury-accounting-unify-integration)
- [Octa customer case](/customer-cases/octa-ai-finance-accounting-integration)
- [Aikido customer case](/customer-cases/aikido-powering-developer-first-security-integrations-at-scale)
- [Derive customer case](/customer-cases/derive-erp-accounting-integration)
- [Kintsugi customer case](/customer-cases/kintsugi-tax-compliance-integration)
- [Roopairs customer case](/customer-cases/roopairs-quickbooks-online-integration)
- [Connex Commerce customer case](/customer-cases/connex-commerce-building-accounting-integrations)
- [Kikin customer case](/customer-cases/kikin)
- [WeThrive customer case](/customer-cases/wethrive-streamlining-hr-integrations)
- [Praiz customer case](/customer-cases/praiz-scaling-crm-integrations)
- [Setyl customer case](/customer-cases/setyl)
- [Kadonation customer case](/customer-cases/kadonation-hris-integration-employee-onboarding)
- [Invoice2go by BILL customer case](/customer-cases/invoice2go-bill-com-integrations)
- [Optimizely customer case](/customer-cases/optimizely)
- [Salesflare customer case](/customer-cases/salesflare)
- [View all customer cases →](/customer-cases)

#### Reports & insights
- [Global Accounting Radar](/resources/global-accounting-radar)
- [Europe&#x27;s Accounting Integration Map 2026](/resources/europe-accounting-integration-map-2026)
- [State of Embedded Finance 2026](/embedded-finance-report)
- [Platform Maturity Model](/platform-maturity-model)
- [Platform Heroes](/resources/platform-heroes)

#### Buyer&#x27;s guides
- [Unified API buyer&#x27;s guide](/resources/unified-api-buyers-guide)
- [What is a unified API?](/blog/what-is-a-unified-api)
- [Build vs. buy](/blog/build-vs-buy-accounting-integrations)
- [Embedded iPaaS vs. unified API](/blog/the-engineers-guide-to-choosing-between-embedded-ipaas-and-unified-apis)
- [Unified API pricing models](/blog/breaking-down-unified-api-pricing-why-api-call-pricing-stands-out)
- [Best unified API platforms](/blog/best-unified-api-platforms-for-developers-and-saas-teams)

#### AI & Agents
- [Apideck for AI](/for-ai)
- [MCP Server](/mcp-server)
- [AI Agents](/agents)
- [Agent Skills](/skills)
- [Apideck CLI](/cli)
- [AI Agents for Fintech](/ai-agents-fintech)
- [Unified API Comparison](/alternatives)

#### Resources
- [Blog](/blog)
- [FAQ](/faq)
- [Customer Cases](/customer-cases)
- [What&#x27;s a Unified API?](/blog/what-is-a-unified-api)
- [Open Banking API](/open-banking-api)
- [Open Accounting](/blog/what-is-open-accounting)
- [API Integrations](/api-integrations)
- [Accounting Integrations](/accounting-integrations)
- [Accounting Coverage](/integrations/accounting-coverage)
- [Field Mapping](/custom-field-mapping)
- [Data Scopes](/data-scopes)
- [Zero Data Retention](/zero-data-retention)
- [Build vs. Vibecode](/why-not-vibecode-integrations)
- [Webhooks](/webhooks)
- [API Logs](/api-logs)
- [Primer](https://primer.money/)

#### Developers
- [Developers docs](https://developers.apideck.com/)
- [API reference](https://developers.apideck.com/apis/crm/reference)
- [API explorer](https://developers.apideck.com/api-explorer)
- [Guides](https://developers.apideck.com/guides)
- [Samples](/samples)
- [Integrations](/integrations)
- [SDKs](https://developers.apideck.com/sdks)
- [Changelog](https://developers.apideck.com/changelog)
- [React File Upload](https://www.reactfileupload.com/)

#### Use Cases
- [Accounts Payable](/use-cases/accounts-payable-automation)
- [Accounts Receivable](/use-cases/accounts-receivable-automation)
- [Business Lending](/use-cases/business-lending-loan-underwriting)
- [Corporate Gifting](/use-cases/corporate-gifting)
- [Employee onboarding](/use-cases/accelerate-employee-onboarding-offboarding)
- [Expense Management](/use-cases/expense-management-integrations)
- [Bank Feeds](/use-cases/bank-feeds)
- [Payment Reconciliation](/use-cases/automated-payment-reconciliation)
- [FP&A](/use-cases/financial-planning-analysis)
- [Payroll Accounting](/use-cases/payroll-accounting)
- [Procurement](/use-cases/procurement-automation)
- [Tax Automation](/use-cases/tax-automation)
- [Carbon Accounting](/use-cases/carbon-accounting-erp-accounting-integrations)
- [Debt Collections](/use-cases/debt-recovery-collections-integrations)
- [AI Agents for Fintech](/ai-agents-fintech)

#### Alternatives
- [Merge Alternative](/alternatives/merge)
- [Kombo Alternative](/alternatives/kombo-dev)
- [Codat Alternative](/alternatives/codat)
- [Paragon Alternative](/alternatives/paragon)
- [Chift Alternative](/alternatives/chift)
- [Maesn Alternative](/alternatives/maesn)
- [Rutter Alternative](/alternatives/rutter)
- [StackOne Alternative](/alternatives/stackone)
- [Membrane Alternative](/alternatives/membrane)
- [Unified.to Alternative](/alternatives/unified-to)
- [Conductor Alternative](/alternatives/conductor)
- [Nango Alternative](/alternatives/nango)
- [Finch Alternative](/alternatives/finch)

#### Industries
- [B2B FinTech](/industries/fintech)
- [AgTech](/industries/agtech)
- [Banking](/industries/banking)
- [ConstructionTech](/industries/constructiontech)
- [HRTech](/industries/hrtech)
- [SalesTech](/industries/salestech)
- [Security & Compliance](/industries/security-compliance)
- [TaxTech](/industries/taxtech)
- [TravelTech](/industries/traveltech)
- [Vertical SaaS](/industries/vertical-saas)

#### Data privacy
- [Compliance](https://compliance.apideck.com)
- [Security](https://compliance.apideck.com/security)
- [GDPR](https://compliance.apideck.com/gdpr)
- [CCPA](https://compliance.apideck.com/ccpa)
- [Terms](https://compliance.apideck.com/terms)
- [Privacy Policy](https://www.iubenda.com/privacy-policy/16710317)
- [Manage cookies](#)

#### Trackers
- [API Tracker](https://www.apitracker.io)
- [Open Banking](https://www.openbankingtracker.com)
- [Embedded Finance Report](/embedded-finance-report)
- [MCP Directory](https://www.apitracker.io/mcp-servers)
- [Embedded Finance IndexUpcoming](https://www.embeddedfinanceindex.com)
Toggle theme

© 2026 Apideck. Mentioned product names and logos are the property of their respective owners.
- [Terms](https://compliance.apideck.com/terms)
- [Privacy Policy](https://www.iubenda.com/privacy-policy/16710317)
- [Manage cookies](#)
- [llms.txt](/llms.txt)