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

Accurate Background Documents API

Supporting documents attached to an order.

Accurate Background Documents API is one of 10 APIs that Accurate Background publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 5 operations across 4 paths. It is described by OpenAPI 3.0.3, at version 3.0.

Requests are made against a single base URL, https://api.accuratebackground.com/v3.

5 operations 4 paths 0 schemas 1 DELETE3 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
3.0
Base URL
https://api.accuratebackground.com/v3
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Accurate Background Documents API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2ClientCredentials) using the clientCredentials flow. By default, every request must be authenticated.

  • oauth2ClientCredentials — Accurate API credentials are a ClientID / ClientSecret pair obtained from the Accurate developer portal. Credentials are exchanged (HTTP Basic) for an access t…

Paths & Operations 5

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

Documents 5

Supporting documents attached to an order.

POST
/order/{id}/document
Upload document
1 param → 201
GET
/order/{id}/documents
Retrieve documents
1 param → 200
GET
/document/{id}
Get document
1 param → 200
DELETE
/document/{id}
Delete document
1 param → 204
GET
/document/{id}/download
Download document
1 param → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

accurate-bg-documents-api-openapi.yml Raw ↑

Other APIs Accurate Background publishes across the network.

Accurate Webhooks
Accurate Background Adjudication API
Accurate Background Candidates API
Accurate Background Notifications API
Accurate Background Orders API
Accurate Background Packages API
Accurate Background Reports API
Accurate Background Utility API
Accurate Background Verifications API