{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"dc344f5e-c1ca-4100-b556-987b4caacc78","name":"Blerify Public API","description":"# Blerify Public API\n\nThis collection groups the public endpoints of the **Blerify** platform for issuing, verifying, and managing digital credentials. It covers authentication, W3C and ISO mDL credentials, identity verification via **OpenID4VP**, notifications, proof of verification (PoV), and the verifier federation trust list.\n\n---\n\n## Authentication\n\nAll endpoints require a **JWT Bearer Token** in the `Authorization` header, except the authentication endpoints themselves and the **Verifier Federation** endpoints (which are public by design).\n\n```\nAuthorization: Bearer {{access-token}}\n\n ```\n\nThe token is obtained through the **Login with signed Jwt** endpoint in the `Blerify Auth` folder. Once obtained, store it in the `access-token` environment variable.\n\n### Required environment variables\n\n| Variable | Description |\n| --- | --- |\n| `api-host` | Base URL of the Blerify API |\n| `auth-api-host` | Base URL of the authentication service |\n| `organization-id` | Organization ID |\n| `project-id` | Project ID within the organization |\n| `access-token` | Access JWT obtained after login |\n| `federation-host` | Base URL of the verifier federation endpoints |\n\n---\n\n## Folder structure\n\n### 🔐 Blerify Auth\n\nAuthentication endpoints. Obtains the access token using a signed JWT (OpenID Connect flow).\n\n- `Login with signed Jwt` — Obtains the `access-token` required by the rest of the endpoints.\n    \n\n---\n\n### 📄 Credentials\n\nDigital-credential lifecycle management, organized in two subfolders by standard:\n\n#### W3C\n\nCredentials under the **W3C Verifiable Credentials** standard.\n\n- `create` — Creates a new W3C credential.\n    \n- `sign credential` — Signs an existing credential.\n    \n- `assemble` — Assembles the signed credential, ready for use.\n    \n\n#### mDL (ISO 18013-5)\n\n**Mobile Driving License** credentials under the ISO standard.\n\n- `create` — Creates an mDL credential.\n    \n- `validate signature` — Validates a credential's signature.\n    \n- `assemble` — Assembles the mDL credential.\n    \n- `hold` — Puts a credential on hold.\n    \n- `revoke` — Revokes a credential.\n    \n\n---\n\n### 🔔 Notifications\n\nSending and querying notifications for users or groups.\n\n- `Send Notifications` — Sends bulk notifications to a group.\n    \n- `getNotificationStatus` — Queries the status of a specific notification.\n    \n\n---\n\n### 👤 PoV (Proof of Verification)\n\nProof-of-verification and user enrollment flows.\n\n#### enroll\n\n- `InviteFlowGetChallenge` — Obtains the invite-flow challenge.\n    \n- `InviteFlowSubmitChallenge` — Submits the response to the invite-flow challenge.\n    \n\n#### mDL\n\n- `GetVerificationRules` — Retrieves the available verification rules.\n    \n- `Validate document status against registry` — Validates a document's status against the registry.\n    \n- `GetCertificates` — Retrieves the trusted certificates (trusted list).\n    \n\n---\n\n### 🪪 Openid4VP\n\nCredential-presentation verification flows under the **OpenID for Verifiable Presentations (OpenID4VP)** protocol.\n\n#### Iso MDL\n\n- `initSession` — Starts a verification session for ISO mDL credentials.\n    \n- `SaveSignature` — Stores the wallet's signature in the verification session.\n    \n- `Get Response pooling` — Polls the verification result (v2).\n    \n\n#### W3C\n\n- `initSession` — Starts a verification session for W3C credentials.\n    \n- `Get Response pooling` — Polls the verification result (v1).\n    \n\n---\n\n### 🔏 Verifier Federation\n\nThe OpenID Federation-shaped **verifier trust list** — how wallets learn which verifier organizations to trust. Public `GET` endpoints, CDN-cacheable; validity is governed by the signed claims (`exp`, `sequence`), never by HTTP headers.\n\n- `Get Trust Anchor Entity Configuration` — The trust anchor's Entity Configuration (pinned root + statement-signing key).\n    \n- `Fetch Subordinate Statement` — One organization's trust-list entry (`?sub=<entity-identifier>`).\n    \n- `List Subordinates` — Entity Identifiers of all currently trusted organizations.\n    \n- `Get Revocation List` — The positive revocation-list statement (short-lived by design).\n    \n\n---\n\n## Conventions\n\n- Variables between `{{` and `}}` must be configured in the active environment before running the requests.\n    \n- IDs prefixed with `_` (e.g. `{{_credential-id}}`) are variables typically set automatically by pre-request scripts or tests of earlier requests in the flow.\n    \n- Each request includes example responses (`success`, and error cases where relevant) to make development and testing easier.","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"40210155","team":6588236,"collectionId":"dc344f5e-c1ca-4100-b556-987b4caacc78","publishedId":"2sBY4QtLC7","public":true,"publicUrl":"https://dev.blerify.com","privateUrl":"https://go.postman.co/documentation/40210155-dc344f5e-c1ca-4100-b556-987b4caacc78","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"documentationLayout":"classic-double-column","customisation":{"metaTags":[{"name":"description","value":""},{"name":"title","value":""}],"appearance":{"default":"light","themes":[{"name":"dark","logo":null,"colors":{"top-bar":"212121","right-sidebar":"303030","highlight":"FF6C37"}},{"name":"light","logo":null,"colors":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"}}]}},"version":"8.12.2","publishDate":"2026-07-25T06:15:39.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{"title":"","description":""},"logos":{"logoLight":null,"logoDark":null}},"statusCode":200},"environments":[],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https://run.pstmn.io/button.js","css":"https://run.pstmn.io/button.css"}},"web":"https://www.getpostman.com/","team":{"logo":"https://res.cloudinary.com/postman/image/upload/t_team_logo_pubdoc/v1/team/7739250c0c66c130b370373f0fcca06e2cc73ffc11bbcad5e058bc8426002f38","favicon":"https://blerify.com/favicon.ico"},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[],"environmentOptions":[{"value":"0","label":"No Environment"}],"canonicalUrl":"https://dev.blerify.com/view/metadata/2sBY4QtLC7"}