{
  "info": {
    "name": "Didit — mcp.ai",
    "description": "REST API for the Didit MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/didit",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "didit_create_verification_session",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/verification/session",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "verification",
            "session"
          ]
        },
        "description": "Create a hosted KYC or KYB verification session from a published workflow and return the URL to give the end user. This may consume Didit credits and sends an invitation email only when explicitly req",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"language\": \"\",\n  \"metadata\": {},\n  \"vendor_data\": \"\",\n  \"workflow_id\": \"\",\n  \"callback_url\": \"\",\n  \"callback_method\": \"\",\n  \"contact_details\": {},\n  \"expected_details\": {},\n  \"sandbox_scenario\": \"\",\n  \"portrait_image_base64\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "didit_get_billing_balance",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/billing/balance",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "billing",
            "balance"
          ]
        },
        "description": "Read the organization's prepaid Didit credit balance and auto-refill settings before starting billable verification work.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "didit_get_business",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/business",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "business"
          ]
        },
        "description": "Fetch one aggregated KYB business profile by its exact vendor_data identifier.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"vendor_data\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "didit_get_user",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/user",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "user"
          ]
        },
        "description": "Fetch one aggregated KYC user profile by its exact vendor_data identifier. Returns the complete provider record, including identity summary, session aggregation, metadata, tags, and comments or activi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"vendor_data\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "didit_get_verification_decision",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/verification/decision",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "verification",
            "decision"
          ]
        },
        "description": "Retrieve the complete current KYC or KYB decision and all feature reports for one verification session. Feature report arrays and unknown provider fields are preserved; media URLs in the result are sh",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"session_id\": \"\",\n  \"include_events\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "didit_get_workflow",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/workflow",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "workflow"
          ]
        },
        "description": "Fetch the full configuration and pricing of one workflow version.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"workflow_version_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "didit_list_businesses",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/businesses",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "businesses"
          ]
        },
        "description": "List business profiles aggregated from KYB sessions, including status, session counts, registry identifiers, and verification summaries. Didit does not support filters or search on this endpoint.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"next_cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "didit_list_users",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/users",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "users"
          ]
        },
        "description": "List user profiles aggregated from KYC sessions, including status, session counts, and feature summaries. Didit does not support filters on this endpoint.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"next_cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "didit_list_verification_sessions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/verification/sessions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "verification",
            "sessions"
          ]
        },
        "description": "List and filter KYC, KYB, or standalone verification sessions. Returns one bounded page and a continuation cursor.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"search\": \"\",\n  \"date_to\": \"\",\n  \"statuses\": \"\",\n  \"date_from\": \"\",\n  \"api_service\": \"\",\n  \"next_cursor\": \"\",\n  \"vendor_data\": \"\",\n  \"session_kind\": \"\",\n  \"workflow_ids\": \"\",\n  \"country_codes\": \"\",\n  \"warning_codes\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "didit_list_workflows",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/workflows",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "workflows"
          ]
        },
        "description": "List configured verification workflow versions, their publication status, feature summary, and expected per-run pricing.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"next_cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}