Contractor license status plus matching business-entity record
Contractor license status plus matching business-entity record. Currently served: FL, OR. Empty licenses is a paid 200. data_as_of is required.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
573 msmedian answer time
$0.05listed price per call
$0.05price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.flipvo.com/v1/license/verify
| Category | Everything else |
|---|---|
| Provider host | api.flipvo.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 0 from 0 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.05 | 573 ms |
Example input (from the provider)
{
"body": {
"license_number": "CGC012427",
"state": "FL"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"description": "Every input rule lives here, so an invalid body is refused before the 402 (#118).",
"properties": {
"license_number": {
"anyOf": [
{
"maxLength": 32,
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "License Number"
},
"name": {
"anyOf": [
{
"maxLength": 200,
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Name"
},
"state": {
"examples": [
"FL"
],
"maxLength": 2,
"minLength": 2,
"pattern": "^[A-Za-z]{2}$",
"title": "State",
"type": "string"
}
},
"required": [
"state"
],
"title": "LicenseVerifyRequest",
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"attribution": {
"title": "Attribution",
"type": "string"
},
"data_as_of": {
"additionalProperties": {
"type": "string"
},
"title": "Data As Of",
"type": "object"
},
"licenses": {
"items": {
"properties": {
"active": {
"title": "Active",
"type": "boolean"
},
"candidates": {
"items": {
"properties": {
"entity_number": {
"title": "Entity Number",
"type": "string"
},
"name": {
"title": "Name",
"type": "string"
},
"status": {
"title": "Status",
"type": "string"
}
},
"required": [
"entity_number",
"name",
"status"
],
"title": "CandidateOut",
"type": "object"
},
"title": "Candidates",
"type": "array"
},
"city": {
"title": "City",
"type": "string"
},
"dba_name": {
"title": "Dba Name",
"type": "string"
},
"details": {
"additionalProperties": {
"type": "string"
},
"title": "Details",
"type": "object"
},
"entity": {
"anyOf": [
{
"properties": {
"band": {
"title": "Band",
"type": "string"
},
"entity_number": {
"title": "Entity Number",
"type": "string"
},
"entity_type": {
"title": "Entity Type",
"type": "string"
},
"file_date": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"type": "null"
}
],
"title": "File Date"
},
"last_transaction_date": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"type": "null"
}
],
"title": "Last Transaction Date"
},
"name": {
"title": "Name",
"type": "string"
},
"principal_address": {
"additionalProperties": {
"type": "string"
},
"title": "Principal Address",
"type": "object"