Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Enrich Account API

Credit balance and transaction history.

Enrich Account API is one of 7 APIs that Enrich publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Account. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

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

Requests are made against a single base URL, https://dev.enrich.so/api/v3.

2 operations 2 paths 3 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
3.0
Base URL
https://dev.enrich.so/api/v3
Authentication
API Key, HTTP Bearer
Contact
Terms of Service
Resource Areas
1

Authentication & Security 2

Enrich Account API declares 2 security schemes for authenticating requests. An API key is passed in the header as x-api-key (apiKeyHeader). It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • apiKeyHeader — API key (prefixed sk) passed in the x-api-key header.
  • bearerAuth — API key passed as Authorization Bearer token.

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Account 2

Credit balance and transaction history.

GET
/wallet/balance
Get your credit balance
getCreditBalance → 200401
GET
/wallet/transactions
Get transaction history
getTransactionHistory → 200401

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are ErrorEnvelope (2 properties), WalletBalanceResponse (2 properties), WalletTransactionsResponse (2 properties). Each schema is shown below with its type and property counts.

WalletTransactionsResponse
object
2 properties
WalletBalanceResponse
object
2 properties
ErrorEnvelope
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

enrich-so-account-api-openapi.yml Raw ↑

Other APIs Enrich publishes across the network.

Enrich Company Intelligence API
Enrich Email Finder API
Enrich Email Verification API
Enrich Lead Finder API
Enrich Person Enrichment API
Enrich Phone Finder API