Dashboard
GigVerify™ integration overview
Total Queries
—
↑ 0%
vs. prior period
Consent Rate
—
↑ 0%
Workers approving queries
Est. Spend (MTD)
—
— 0 queries
@ $65/query avg
API Uptime
99.9%
↑ SLA met
30-day rolling
Query Volume
GigID™ vs IndieID™ — daily
GigID™
IndieID™
This Month
—
GigID™ queries
0
IndieID™ queries
0
Avg price / query
$65.00
Free tier remaining
1,000
Est. Invoice
$0
Free tier usage
0%
API Health — Last 30 Days
Each bar = 1 day. Green = operational, amber = degraded.
99.9%
Uptime
142ms
Avg latency
0
Incidents
Recent Activity
Loading activity…
Query Log
Every GigVerify™ lookup made through your integration
| Query ID | Worker ID | Product | Result Level | Consent | Queried At | Status |
|---|---|---|---|---|---|---|
| Loading queries… | ||||||
Billing
Usage tracking, invoices, and plan management
Founding Verifier Pricing Active
You're locked into 30% below standard list pricing for 12 months. Standard: $65/query → Your rate: $45.50/query. Resets on your anniversary date.
Current Billing Period
—
GigID™ queries
0
IndieID™ queries
0
Total billable queries
0
Free tier
First 1,000 free
Your per-query rate
$45.50 (Founding rate)
Projected Invoice
$0.00
Plan & Limits
Monthly verifications
0 / 1,000
API rate limit (req/min)
60 / 60
Starter
Current plan
Growth
Upgrade → $99/mo
Invoice History
| Period | Queries | Amount | Status | Invoice |
|---|---|---|---|---|
| March 2026 | 0 | $0.00 | In Progress | |
| February 2026 | 0 | $0.00 | Paid |
Compliance Log
Consent events, revocations, and audit trail
Consumer-Permissioned Architecture
GigVerify™ is not a Consumer Reporting Agency (CRA). Every query requires active worker consent. Consent can be revoked at any time — revoked queries return
consent_revoked. This log is your FCRA-equivalent compliance audit trail.| Event ID | Type | Worker ID | Partner | Consent Token | Timestamp | Result |
|---|---|---|---|---|---|---|
| Loading compliance log… | ||||||
API Keys
Manage your sandbox and production credentials
Production key not yet active
Your production key is issued once you've completed sandbox integration and signed the Verifier Agreement. Contact partners@gigid.ai to request activation.
Sandbox Key
Sandbox
gv_sandbox_••••••••••••••••••••••
Use this key in all test integrations. Queries against sandbox return simulated data and are never billed.
Production Key
Production
gv_live_•••••••••• (not yet activated)
Live keys bill at your contracted rate. Requires Verifier Agreement and attorney review completion.
Quick Integration
// Install: npm install gigverify
const GigVerify = require('gigverify');
const client = new GigVerify({ apiKey: 'gv_sandbox_YOUR_KEY' });
// Verify a worker (requires consent token)
const result = await client.verify({
workerId: 'GID-US-XXXXXX',
consentToken: 'ct_...',
});
// result: { level: 2, income_signal: 'verified', platforms: 3 }
const GigVerify = require('gigverify');
const client = new GigVerify({ apiKey: 'gv_sandbox_YOUR_KEY' });
// Verify a worker (requires consent token)
const result = await client.verify({
workerId: 'GID-US-XXXXXX',
consentToken: 'ct_...',
});
// result: { level: 2, income_signal: 'verified', platforms: 3 }
Webhooks
Receive real-time events when consent is granted, revoked, or a query completes
Registered Endpoints
No endpoints
No webhooks configured
Add an HTTPS endpoint to receive events in real-time.
We recommend configuring
We recommend configuring
consent_granted, consent_revoked, and query_complete.Event Reference
All events GigVerify™ can push to your endpoints
| Event | Description | Payload |
|---|---|---|
consent_granted |
Worker approved a query from your integration | worker_id, consent_token, timestamp |
consent_revoked |
Worker removed consent — future queries will be blocked | worker_id, revoked_at |
query_complete |
Async query finished (if you use async mode) | query_id, result_level, status |
worker_level_up |
Worker upgraded their GigID level (more data now available) | worker_id, old_level, new_level |
billing_threshold |
You've reached 80% / 100% of your free tier | current_queries, limit, pct_used |
Documentation
Everything you need to integrate GigVerify™
Quickstart Guide
Get your first verification in under 20 minutes.
- Install the SDK —
npm install gigverify - Add the consent widget — One script tag on your platform. Workers click "Allow" once.
- Call the verify endpoint — Pass the consent token + worker ID. Get back level, income signal, platform count.
- Handle the response — Level 1 = identity. Level 2 = active income. Level 3 = verified + KYC.
- Go live — Request production key, sign Verifier Agreement, flip the env switch above.
Response Levels
Level 1 — Identity Verified
GigID claimed, email verified, 1+ platform connected. Basic identity confirmation.
Level 2 — Active Income Signal
3+ platforms, income activity in last 90 days, GigScore 550+.
Level 3 — KYC + Income Verified
Level 2 + identity document verified via Persona. Highest confidence. Full mortgage / lending use case.
Settings
Company profile, plan, and notification preferences
Company Profile
Notifications
Plan
Starter
Starter
Free up to 1,000 queries/mo
Widget integration · Sandbox · Basic reporting
Growth Recommended
$99/mo + $45.50/query (your rate)
All integration patterns · Webhooks · 10K queries/mo · Priority support
Scale
$499/mo + volume pricing
Unlimited queries · SOC 2 reports · Dedicated CSM · SLA guarantee
Danger Zone
These actions are permanent or require support to reverse.
Team
Manage who has access to this verifier account
| Name | Role | Status | Actions | |
|---|---|---|---|---|
| — | — | Owner | Active | — |