Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
title: Orbii API - Foodics Business Category Assignment Data Check API
version: 1.0.2
description: API for retrieving micro loan KPIs, scoring, risk assessment, band classification, and related data.
servers:
- url: https://api.foodics.orbii.ai/
description: Production Server
tags:
- name: Data Check
paths:
/Check-for-new-data-received:
get:
summary: Check for new data received
description: Fetches company name and email for recent data.
tags:
- Data Check
parameters:
- name: user
in: query
schema:
type: string
- name: password
in: query
schema:
type: string
responses:
'200':
description: Recent data received.
content:
application/json:
schema:
type: array
items:
type: object
properties:
email:
type: string
company_name:
type: string