Official Sinch API skills for AI coding agents — SMS, Voice, Verification, Numbers, Mailgun email, and more.
69
87%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Summary — not the spec. This file orients you and links to the authoritative
developers.sinch.comdoc; 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.
Base path: /v1/reputationanalytics/gpt/
Requires domain verification with Google Postmaster Tools before data becomes available.
| Endpoint | Method | Description |
|---|---|---|
/v1/reputationanalytics/gpt/domains | GET | All domains — daily records for every tracked domain |
/v1/reputationanalytics/gpt/domains/{domain} | GET | Single domain — daily records for one domain |
/v1/reputationanalytics/gpt/domains_list | GET | List tracked domain names (no metric data) |
/v1/reputationanalytics/gpt/domainsfbl | GET | Feedback loop data — all domains |
/v1/reputationanalytics/gpt/domainsfbl/{domain} | GET | Feedback loop data — single domain |
/v1/reputationanalytics/gpt/addresses | GET | All addresses — daily records |
/v1/reputationanalytics/gpt/addresses/{address} | GET | Single address — daily records |
/v1/reputationanalytics/gpt/addresses_list | GET | List tracked addresses (no metric data) |
The API has 5 additional endpoints not listed here. Fetch the OpenAPI spec for the full list.
All data endpoints accept these required query parameters:
offset (integer) — record number to begin paginationlimit (integer) — number of records to returntimeRangeStart (integer) — Unix timestamp start filtertimeRangeEnd (integer) — Unix timestamp end filter(Summary only — confirm exact names/encoding/enums against the authoritative OpenAPI spec doc before implementing.)
Each record in the data[] array contains:
name (string) — domain namereputation (int) — Google's domain reputation scoreuser_reported_spam_ratio (float) — percentage of mail reported as spamspf_success_ratio (float) — SPF authentication pass ratedkim_success_ratio (float) — DKIM authentication pass ratedmarc_success_ratio (float) — DMARC alignment pass rateinbound_encryption_ratio (float) — TLS encryption ratedelivery_error_ratio (float) — delivery error ratedelivery_errors[] — array of { error_class, error_type, error_ratio }ip_counts[] — array of { reputation, total } per IP reputation bandfeedback_loops[] — array of { id, spam_ratio } per FBL identifierdate (datetime, nullable) — date of the record(Summary only — confirm exact names/encoding/enums against the authoritative OpenAPI spec doc before implementing.)
skills
sinch-10dlc
references
sinch-authentication
sinch-conversation-api
sinch-elastic-sip-trunking
references
sinch-fax-api
sinch-imported-numbers-hosting-orders
references
sinch-in-app-calling
sinch-mailgun
references
sinch-mailgun-inspect
references
sinch-mailgun-optimize
references
sinch-mailgun-validate
sinch-mms
sinch-number-lookup-api
sinch-number-order-api
sinch-numbers-api
sinch-porting-api
sinch-provisioning-api
sinch-rcs
sinch-sdks
sinch-sms
scripts
sinch-verification-api
sinch-voice-api
sinch-whatsapp