CtrlK
BlogDocsLog inGet started
Tessl Logo

sinch/skills

Official Sinch API skills for AI coding agents — SMS, Voice, Verification, Numbers, Mailgun email, and more.

69

Quality

87%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Overview
Quality
Evals
Security
Files

google-postmaster.mdskills/sinch-mailgun-optimize/references/

Summary — not the spec. This file orients you and links to the authoritative developers.sinch.com doc; it may lag, omit fields, or simplify nesting. Do not copy field names, nesting, encodings, or enums from here into shipped code without confirming them in the linked doc. See "Source of Truth" in this skill's SKILL.md.

Google Postmaster Tools — Endpoint Reference

Base path: /v1/reputationanalytics/gpt/

Requires domain verification with Google Postmaster Tools before data becomes available.

Endpoints

EndpointMethodDescription
/v1/reputationanalytics/gpt/domainsGETAll domains — daily records for every tracked domain
/v1/reputationanalytics/gpt/domains/{domain}GETSingle domain — daily records for one domain
/v1/reputationanalytics/gpt/domains_listGETList tracked domain names (no metric data)
/v1/reputationanalytics/gpt/domainsfblGETFeedback loop data — all domains
/v1/reputationanalytics/gpt/domainsfbl/{domain}GETFeedback loop data — single domain
/v1/reputationanalytics/gpt/addressesGETAll addresses — daily records
/v1/reputationanalytics/gpt/addresses/{address}GETSingle address — daily records
/v1/reputationanalytics/gpt/addresses_listGETList tracked addresses (no metric data)

The API has 5 additional endpoints not listed here. Fetch the OpenAPI spec for the full list.

Common Query Parameters

All data endpoints accept these required query parameters:

  • offset (integer) — record number to begin pagination
  • limit (integer) — number of records to return
  • timeRangeStart (integer) — Unix timestamp start filter
  • timeRangeEnd (integer) — Unix timestamp end filter

(Summary only — confirm exact names/encoding/enums against the authoritative OpenAPI spec doc before implementing.)

Response Model (Domain Record)

Each record in the data[] array contains:

  • name (string) — domain name
  • reputation (int) — Google's domain reputation score
  • user_reported_spam_ratio (float) — percentage of mail reported as spam
  • spf_success_ratio (float) — SPF authentication pass rate
  • dkim_success_ratio (float) — DKIM authentication pass rate
  • dmarc_success_ratio (float) — DMARC alignment pass rate
  • inbound_encryption_ratio (float) — TLS encryption rate
  • delivery_error_ratio (float) — delivery error rate
  • delivery_errors[] — array of { error_class, error_type, error_ratio }
  • ip_counts[] — array of { reputation, total } per IP reputation band
  • feedback_loops[] — array of { id, spam_ratio } per FBL identifier
  • date (datetime, nullable) — date of the record

(Summary only — confirm exact names/encoding/enums against the authoritative OpenAPI spec doc before implementing.)

Links

skills

sinch-mailgun-optimize

CHANGELOG.md

README.md

tile.json