Persona website screenshot

Persona

Persona provides identity verification and fraud prevention APIs. Their platform allows businesses to verify the identity of their users through document verification, selfie checks, database verifications, and more.

1 APIs 0 Features
Fraud PreventionIdentity VerificationKYC

APIs

Persona API

Identity verification and fraud prevention API for verifying users through document verification, selfie checks, and database lookups.

Collections

Pricing Plans

Persona Plans Pricing

3 plans

PLANS

Rate Limits

Persona Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

🔗
TrustCenter
TrustCenter
🔗
VulnerabilityDisclosure
VulnerabilityDisclosure
🔗
DomainSecurity
DomainSecurity
🔑
Authentication
Authentication
👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Documentation
Documentation
📝
Signup
Signup
🔗
Login
Login
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
💬
Support
Support
📰
Blog
Blog
🔗
Website
Website
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Persona API
  version: Sun Dec 07 2025 19:00:00 GMT-0500 (Eastern Standard Time)
items:
- info:
    name: Accounts
    type: folder
  items:
  - info:
      name: List all Accounts
      type: http
    http:
      method: GET
      url: https://withpersona.com/api/v1/accounts
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Returns a paginated list of accounts in the organization.
  - info:
      name: Create an Account
      type: http
    http:
      method: POST
      url: https://withpersona.com/api/v1/accounts
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Creates a new account record.
  - info:
      name: Retrieve an Account
      type: http
    http:
      method: GET
      url: https://withpersona.com/api/v1/accounts/:id
      params:
      - name: id
        value: ''
        type: path
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Retrieves a specific account by ID.
  - info:
      name: Update an Account
      type: http
    http:
      method: PATCH
      url: https://withpersona.com/api/v1/accounts/:id
      params:
      - name: id
        value: ''
        type: path
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Updates editable fields on the account.
  - info:
      name: Redact an Account
      type: http
    http:
      method: POST
      url: https://withpersona.com/api/v1/accounts/:id/redact
      params:
      - name: id
        value: ''
        type: path
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Redacts personal information stored on the account.
  - info:
      name: Add tag to an Account
      type: http
    http:
      method: POST
      url: https://withpersona.com/api/v1/accounts/:id/tags
      params:
      - name: id
        value: ''
        type: path
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Add tag to an Account
  - info:
      name: Remove tag from an Account
      type: http
    http:
      method: DELETE
      url: https://withpersona.com/api/v1/accounts/:id/tags
      params:
      - name: id
        value: ''
        type: path
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Remove tag from an Account
  - info:
      name: Get all relations for an Account
      type: http
    http:
      method: GET
      url: https://withpersona.com/api/v1/accounts/:id/relations
      params:
      - name: id
        value: ''
        type: path
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Get all relations for an Account
  - info:
      name: Consolidate Accounts
      type: http
    http:
      method: POST
      url: https://withpersona.com/api/v1/accounts/consolidate
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Merges duplicate accounts into a single record.
  - info:
      name: Search Accounts
      type: http
    http:
      method: POST
      url: https://withpersona.com/api/v1/accounts/search
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Search Accounts
- info:
    name: Inquiries
    type: folder
  items:
  - info:
      name: List all Inquiries
      type: http
    http:
      method: GET
      url: https://withpersona.com/api/v1/inquiries
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: List all Inquiries
  - info:
      name: Create an Inquiry
      type: http
    http:
      method: POST
      url: https://withpersona.com/api/v1/inquiries
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Create an Inquiry
  - info:
      name: Retrieve an Inquiry
      type: http
    http:
      method: GET
      url: https://withpersona.com/api/v1/inquiries/:id
      params:
      - name: id
        value: ''
        type: path
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Retrieve an Inquiry
  - info:
      name: Update an Inquiry
      type: http
    http:
      method: PATCH
      url: https://withpersona.com/api/v1/inquiries/:id
      params:
      - name: id
        value: ''
        type: path
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Update an Inquiry
  - info:
      name: Redact an Inquiry
      type: http
    http:
      method: POST
      url: https://withpersona.com/api/v1/inquiries/:id/redact
      params:
      - name: id
        value: ''
        type: path
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Redact an Inquiry
  - info:
      name: Approve an Inquiry
      type: http
    http:
      method: POST
      url: https://withpersona.com/api/v1/inquiries/:id/approve
      params:
      - name: id
        value: ''
        type: path
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Approve an Inquiry
  - info:
      name: Decline an Inquiry
      type: http
    http:
      method: POST
      url: https://withpersona.com/api/v1/inquiries/:id/decline
      params:
      - name: id
        value: ''
        type: path
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Decline an Inquiry
  - info:
      name: Expire an Inquiry
      type: http
    http:
      method: POST
      url: https://withpersona.com/api/v1/inquiries/:id/expire
      params:
      - name: id
        value: ''
        type: path
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Expire an Inquiry
- info:
    name: Verifications
    type: folder
  items:
  - info:
      name: Retrieve a Verification
      type: http
    http:
      method: POST
      url: https://withpersona.com/api/v1/verifications/:id
      params:
      - name: id
        value: ''
        type: path
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Retrieves details of a verification step.
- info:
    name: Reports
    type: folder
  items:
  - info:
      name: List all Reports
      type: http
    http:
      method: GET
      url: https://withpersona.com/api/v1/reports
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: List all Reports
  - info:
      name: Create a Report
      type: http
    http:
      method: POST
      url: https://withpersona.com/api/v1/reports
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Create a Report
  - info:
      name: Retrieve a Report
      type: http
    http:
      method: GET
      url: https://withpersona.com/api/v1/reports/:id
      params:
      - name: id
        value: ''
        type: path
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Retrieve a Report
- info:
    name: Lists
    type: folder
  items:
  - info:
      name: List all Lists
      type: http
    http:
      method: GET
      url: https://withpersona.com/api/v1/lists
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: List all Lists
  - info:
      name: Create a List
      type: http
    http:
      method: POST
      url: https://withpersona.com/api/v1/lists
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Create a List
- info:
    name: Transactions
    type: folder
  items:
  - info:
      name: List all Transactions
      type: http
    http:
      method: GET
      url: https://withpersona.com/api/v1/transactions
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: List all Transactions
  - info:
      name: Create a Transaction
      type: http
    http:
      method: POST
      url: https://withpersona.com/api/v1/transactions
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Create a Transaction
- info:
    name: Webhooks
    type: folder
  items:
  - info:
      name: List all Webhooks
      type: http
    http:
      method: GET
      url: https://withpersona.com/api/v1/webhooks
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: List all Webhooks
  - info:
      name: Create a Webhook
      type: http
    http:
      method: POST
      url: https://withpersona.com/api/v1/webhooks
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Create a Webhook
bundled: true