<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="rss.xsl"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Identivia Blog</title>
        <link>https://docs.identivia.com/blog</link>
        <description>Identivia Blog</description>
        <lastBuildDate>Sat, 25 Oct 2025 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <item>
            <title><![CDATA[First Update – Partner-Ready eKYC API]]></title>
            <link>https://docs.identivia.com/blog/2025/10/25/first</link>
            <guid>https://docs.identivia.com/blog/2025/10/25/first</guid>
            <pubDate>Sat, 25 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Launching secure profile creation, status tracking, and doc uploads in our PocketBase-backed integration service.]]></description>
            <content:encoded><![CDATA[<p>The first milestone for the eKYC Express project is live! This release brings an end-to-end onboarding flow for partners who need to trigger KYC verification, route applicants to our hosted experience, and track progress from their own dashboards.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="highlights">Highlights<a href="https://docs.identivia.com/blog/2025/10/25/first#highlights" class="hash-link" aria-label="Direct link to Highlights" title="Direct link to Highlights" translate="no">​</a></h2>
<ul>
<li class=""><strong>PocketBase integration</strong> authenticates automatically on startup, so you can begin creating profiles without manual prep.</li>
<li class=""><strong>Idempotent profile creation</strong> lets you reuse an existing verification record when a document number already exists.</li>
<li class=""><strong>Status polling endpoint</strong> now surfaces the latest step from the status history collection, which keeps partner systems in sync.</li>
<li class=""><strong>Multi-part update route</strong> accepts document images and facial capture uploads for manual review.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="endpoint-recap">Endpoint recap<a href="https://docs.identivia.com/blog/2025/10/25/first#endpoint-recap" class="hash-link" aria-label="Direct link to Endpoint recap" title="Direct link to Endpoint recap" translate="no">​</a></h2>
<table><thead><tr><th>Endpoint</th><th>Method</th><th>Purpose</th></tr></thead><tbody><tr><td><code>/api/profiles/create</code></td><td><code>POST</code></td><td>Submit applicant info, receive redirect URL to the hosted KYC flow.</td></tr><tr><td><code>/api/profiles/:id</code></td><td><code>GET</code></td><td>Look up current verification status and metadata.</td></tr><tr><td><code>/api/profiles/:id</code></td><td><code>PATCH</code></td><td>(Internal) Upload documents, facial photo, and video proofs.</td></tr><tr><td><code>/api/status_history/:id</code></td><td><code>POST</code></td><td>Log manual status transitions with context notes.</td></tr><tr><td><code>/</code></td><td><code>GET</code></td><td>Health check for uptime monitors.</td></tr></tbody></table>
<p>Check out <code>getting-started.md</code> for full payload details and authentication requirements.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="whats-next">What’s next<a href="https://docs.identivia.com/blog/2025/10/25/first#whats-next" class="hash-link" aria-label="Direct link to What’s next" title="Direct link to What’s next" translate="no">​</a></h2>
<p>We are exploring webhook notifications for status changes and expanding document validation to cover more global ID formats. If you have integration feedback, open an issue in the repo or reach out to the integrations team directly.</p>]]></content:encoded>
            <category>release-notes</category>
            <category>api</category>
            <category>integrations</category>
        </item>
    </channel>
</rss>