🎯
UNIFID Integration Guide
  • 📖UNIFID Integration
  • ⭐Get started with UNIFID
  • ⚛️Authentication
  • SDK
    • ✳️SDK Configuration
  • API
    • 👥User Identity
      • 👤Basic Identity - Uganda
      • 👥Sanctions
      • 🥈Request credential
    • ⚙️Company Verification
      • 🔧Company Search
      • 📄Company Docs
  • Webhook
    • ⚙️Webhook
      • 👥User Identity
      • 👥Verified Credentials
      • 🎭Company Search
      • 🎭Company Docs
Powered by GitBook
On this page
  1. API
  2. Company Verification

Company Docs

The APIs allows to get documents from the company registar.

Company Docs

POST https://<server_name>/api/companydoc

Headers

Name
Type
Description

Authorization*

String

Bearer <token>

Request Body

Name
Type
Description

document_ref*

String

Document ref from company search API

country*

String

Must be provided as ISO3166 Alpha 3 Code

company_number*

String

Company Registration number

company_type

String

Refer to table in Company Seach section

// document will be supplied as base64 string 
{
    "status": "success",
    "company_number": "12334",
    "request_time": "2023-07-06T14:26:52.348205Z",
    "document":"<base64 string>"
}
PreviousCompany SearchNextWebhook

Last updated 1 year ago

⚙️
📄