<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="atom.xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://docs.identivia.com/blog</id>
    <title>Identivia Blog</title>
    <updated>2025-10-25T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://docs.identivia.com/blog"/>
    <subtitle>Identivia Blog</subtitle>
    <icon>https://docs.identivia.com/img/favicon.ico</icon>
    <entry>
        <title type="html"><![CDATA[First Update – Partner-Ready eKYC API]]></title>
        <id>https://docs.identivia.com/blog/2025/10/25/first</id>
        <link href="https://docs.identivia.com/blog/2025/10/25/first"/>
        <updated>2025-10-25T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Launching secure profile creation, status tracking, and doc uploads in our PocketBase-backed integration service.]]></summary>
        <content type="html"><![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>
        <author>
            <name>Lik Wei Tan</name>
            <uri>https://linkedin.com/in/likweitan</uri>
        </author>
        <category label="release-notes" term="release-notes"/>
        <category label="api" term="api"/>
        <category label="integrations" term="integrations"/>
    </entry>
</feed>