How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Scanverity Resolution API

REST API (OpenAPI 3.1, contract v1.3.0-private-beta) for resolution-risk assessment on prediction markets. Versioned under /v1, JSON bodies, HTTP Bearer auth with reveal-once environment-bound tokens (svr_live_ / svr_sandbox_ prefixes), an async create-and-poll model with three terminal states (released, withheld, failed), signed HMAC-SHA256 webhooks with append-only delivery evidence, and a cursor-paginated reconciled usage ledger. Private beta and feature-gated.

This API exposes 9 operations across 8 paths, organized into 3 resource areas, and defines 47 schemas. It is described by OpenAPI 3.1.0, at version 1.3.0-private-beta.

Requests are made against a single base URL, https://scanverity.com.

9 operations 8 paths 47 schemas 1 DELETE5 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.3.0-private-beta
Base URL
https://scanverity.com
Authentication
HTTP Bearer
Resource Areas
3

Authentication & Security 1

Scanverity Resolution API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (svr_live_… or svr_sandbox_…) (bearerToken). By default, every request must be authenticated.

  • bearerToken — Reveal-once, account-scoped, environment-bound Resolution API token sent only in Authorization. Legacy svk Professional tokens are rejected. Query-string token…

Paths & Operations 9

Across 8 paths, the API surfaces 9 operations — 1 DELETE, 5 GET, 3 POST. They span 3 resource areas: Resolution assessments, Resolution usage, Webhook endpoints. Each is listed below with its method, path, parameters, and response codes.

Resolution assessments 2

Create and poll account-scoped assessment resources.

POST
/v1/resolution-assessments
Request an assessment of one market
createResolutionAssessment 1 param body → 202400401403409413422429
GET
/v1/resolution-assessments/{assessment_id}
Read or poll one assessment
getResolutionAssessment 1 param → 200401403404429500
Resolution usage 2

Read account-scoped monthly reconciled usage totals and their cursor-paginated evidence events.

GET
/v1/usage
Read reconciled monthly usage totals
getResolutionUsageSummary 1 param → 200400401403429503
GET
/v1/usage/events
List reconciled usage evidence events
listResolutionUsageEvents 3 params → 200400401403429503
Webhook endpoints 5

Register account- and environment-scoped signed endpoints, inspect append-only delivery evidence and request non-billable redelivery.

POST
/v1/webhook-endpoints
Register a signed webhook endpoint
createResolutionWebhookEndpoint body → 201400401403409413422429
GET
/v1/webhook-endpoints
List webhook endpoints
listResolutionWebhookEndpoints → 200401403429500
DELETE
/v1/webhook-endpoints/{endpoint_id}
Remove a webhook endpoint
deleteResolutionWebhookEndpoint 1 param → 204401403404429
GET
/v1/webhook-endpoints/{endpoint_id}/deliveries
List append-only webhook delivery evidence
listResolutionWebhookDeliveries 1 param → 200401403404429
POST
/v1/webhook-endpoints/{endpoint_id}/redeliver/{delivery_id}
Request an audited manual redelivery
redeliverResolutionWebhook 2 params → 202401403404429

Schemas 47

The contract defines 47 schemas that model the data the API accepts and returns. The most detailed are WebhookDelivery (12 properties), WebhookEndpointCreated (11 properties), WebhookEndpoint (11 properties), ResolutionUsageEvent (9 properties). Each schema is shown below with its type and property counts.

AssessmentId
string
WebhookEndpointId
string
WebhookDeliveryId
string
WebhookEvent
string
RegisterWebhookEndpointRequest
object
3 properties 2 required
WebhookDisabledNotice
object
2 properties 2 required
WebhookEndpoint
object
11 properties 10 required
WebhookEndpointCreated
object
11 properties 11 required
WebhookDeliveryAttempt
object
8 properties 8 required
WebhookDelivery
object
12 properties 12 required
WebhookErrorResponse
object
1 property 1 required
CreateAssessmentRequest
object
3 properties 1 required
Assessment
AssessmentCommon
object
6 properties 5 required
AssessmentAccepted
AssessmentProcessing
AssessmentReleased
AssessmentWithheld
AssessmentFailed
PollingGuidance
object
2 properties 2 required
Market
object
5 properties 4 required
ResolutionRisk
object
5 properties 1 required
ModelledRisk
object
5 properties
UnitInterval
number
Calibration
object
7 properties
RiskFactors
object
5 properties 3 required
CriticalDate
object
3 properties
RulesSnapshot
object
2 properties 2 required
EvidenceSnapshot
object
3 properties 3 required
VerifiedFact
object
3 properties 3 required
ReceiptReference
object
2 properties 2 required
Provenance
object
4 properties 2 required
EvidenceFreshness
object
3 properties
Metering
MeteringBillable
object
2 properties 2 required
MeteringEvaluationCredit
object
2 properties 2 required
MeteringMeasurement
object
2 properties 2 required
MeteringCacheHit
object
1 property 1 required
MeteringSandbox
object
1 property 1 required
WithheldDetail
object
6 properties 3 required
TerminalError
object
3 properties 1 required
ResolutionUsageSummary
object
4 properties 4 required
ResolutionUsageTotals
object
5 properties 5 required
ResolutionUsageEventsPage
object
6 properties 6 required
ResolutionUsageEvent
object
9 properties 9 required
ResolutionUsageProblemResponse
object
1 property 1 required
ErrorResponse
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

scanverity-resolution-api-openapi.json Raw ↑
Where this information came from

This is an independent, third-party profile of Scanverity Resolution API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.