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

Paxos Identity Documents API

The Identity Documents API allows clients to send documents to Paxos to validate identitiesduring the KYC process. Files can be updated multiple times by re-sending the document typefor processing.We currently accept the following file formats:- pdf- jpg- pngSteps to upload a document are as follows:1. Send a PUT request to /identity/identities/{id}/documents to get the upload URL.1. Send your document to the provided URL via a PUT request. Take the following example using curl: $ curl --upload-file Proof_of_residence.jpg $URI Uploaded document metadata will be available via GET request to /identity/identities/{id}/documents

Paxos Identity Documents API is one of 43 APIs that Paxos publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Identity documents. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 2 operations across 1 path, and defines 6 schemas. It is described by OpenAPI 3.0.0, at version 2.0.

Requests are made against 2 base URLs: https://api.paxos.com/v2, https://api.sandbox.paxos.com/v2.

2 operations 1 paths 6 schemas 1 GET1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
2.0
Base URL
https://api.paxos.com/v2
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Paxos Identity Documents API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2) using the clientCredentials flow, exposing 36 scopes.

  • OAuth2 — Paxos APIs use [OAuth 2](https://tools.ietf.org/html/rfc6749) with the [client credentials](https://tools.ietf.org/html/rfc6749section-4.4) grant flow. Token U…

Paths & Operations 2

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

Identity Documents 2

The Identity Documents API allows clients to send documents to Paxos to validate identities during the KYC process. Files can be updated multiple times by re-sending the document…

GET
/identity/identities/{identity_id}/documents
List Identity Documents
ListIdentityDocuments 2 params → 200404403
PUT
/identity/identities/{identity_id}/documents
Document Upload
DocumentUpload 1 param body → 200403404400409

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are Problem (5 properties), DocumentDescription (5 properties), DocumentUploadResponse (3 properties), ListIdentityDocumentsResponse (2 properties). Each schema is shown below with its type and property counts.

IdentityPublicDocumentUploadBody
object
2 properties 1 required
DocumentUploadResponse
object
3 properties
ListIdentityDocumentsResponse
object
2 properties
DocumentType
string
DocumentDescription
object
5 properties
Problem
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

paxos-identity-documents-api-openapi.yml Raw ↑

Other APIs Paxos publishes across the network.

Paxos Account Members API
Paxos Accounts API
Paxos Address Verification API
Paxos API Credentials API
Paxos Claims API
Paxos Crypto Deposits API
Paxos Crypto Withdrawals API
Paxos Deposit Addresses API
Paxos Events API
Paxos ExchangePublic API
Paxos Fees API
Paxos Fiat Transfers API
Where this information came from

This is an independent, third-party profile of Paxos Identity Documents 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.