API platform

Integrate with REST or GraphQL.

Keep your integration surface simple and consistent across every client.

REST Sample

GET /api/reputation/company/01J...
X-API-Key: your-api-key

GraphQL Sample

mutation CreateReview($input: CreateReviewInput!) {
  createReview(input: $input) {
    id
    trustTier
    rating
  }
}

.NET Native Client

The client hides header wiring and gives Blazor and server-side integrations typed methods.

var client = new ReputationClient(httpClient);
var subjects = await client.GetSubjectsAsync();

Supported Surfaces

  • Subjects, reviewers, and verification contexts.
  • Review creation, reports, and moderation.
  • Reputation summaries and audit history.
  • API key rotation and management.
An unhandled error has occurred. Reload ×