InfrivoxGlobal Infrastructure Intelligence

Developer Platform

Public API, private API, and webhooks

Build against catalog, workflow, and intelligence surfaces with structured API access, webhook delivery, and operator-ready implementation paths.

API surfaces

6

REST, GraphQL, OAuth, session, private, and webhook delivery

Webhook events

6

Live event contracts available now

Auth models

4

Public, API key, JWT, and OAuth planning

Integration control

2

Docs plus dashboard control surfaces

Available now

Developer access registry

SurfaceAuthPurpose
Private profile APIX-API-KeyScoped account and operator automation
REST catalog APIsPublic or JWTProvider, datacenter, claim, and workflow integrations
GraphQL previewPlanned JWT/API key alignmentQuery-focused catalog access patterns for integrators
OAuth registryOAuth 2.0Delegated access planning for partner and operator apps
Session APIsJWTControl-center and authenticated workflow access
Webhook delivery logsDashboard + signing secretTest, verify, and monitor event delivery
GET https://infrivox.com/api/v1/private/profile with X-API-Key

Dashboard-issued API keys authenticate private integration workflows without exposing session cookies.

Webhook endpoints support signing secrets, real test deliveries, and delivery-log review from the dashboard.

Webhook platform

Live event delivery registry

EventDestinationStatus
provider.claim.reviewedCRM / provider successLIVE
datacenter.claim.reviewedfacility operationsLIVE
review.approvedtrust & notificationsLIVE
lead.qualifiedsales pipelineLIVE
api_key.createddeveloper operationsLIVE
api_key.revokedsecurity / developer operationsLIVE

GraphQL preview

Query-oriented catalog access

GraphQL planning now mirrors the existing REST catalog so teams can prepare query-based integrations before a dedicated schema gateway is promoted live.

{ providers(pageSize: 5) { items { name slug verificationLevel countryCode } } }

OAuth planning

Delegated access workflows

OAuth registry coverage now documents authorization-code, client-credentials, and device-code patterns for partner and operator apps that should not rely on static API keys alone.

Use this with the existing JWT and API-key model to design secure app onboarding before full delegated authorization rollout.