Skip to content

Try in Postman

Use the ProofAge Postman Collection to explore and test the API interactively.

The collection includes all 7 API endpoints with pre-configured request structures, example parameters, and environment variables.

Download

Download Postman Collection

How to import

  1. Open Postman and click Import (or press Ctrl+O / Cmd+O)
  2. Drag the downloaded file into the import dialog, or click Upload Files and select it
  3. The collection will appear in your sidebar under Collections

Configure variables

After importing, set up the collection variables:

VariableDescriptionExample
baseUrlAPI base URLhttps://api.proofage.com/v1
apiKeyYour workspace API keypk_live_abc123...
secretKeyYour workspace secret keysk_live_xyz789...

To set variables: right-click the collection in the sidebar, select Edit, go to the Variables tab.

What's included

EndpointMethodDescription
/workspaceGETGet workspace configuration
/consentGETGet active consent text
/verificationsPOSTCreate a verification session
/verifications/{id}/consentPOSTAccept consent
/verifications/{id}GETGet verification status
/verifications/{id}/mediaPOSTUpload media (selfie/document)
/verifications/{id}/submitPOSTSubmit for processing

Next steps

ProofAge Developer Documentation