openapi-trust
Installation
SKILL.md
Openapi Trust
Base URL: https://trust.openapi.com — validity and trustworthiness checks to prevent fraud and bad data on your platform.
Authentication: Bearer token — see the openapi-auth skill.
All checks are async: POST creates the request (returns an id), GET /<type>/{id} retrieves the result. A callback URL can be supplied instead of polling.
Data checks
| Check | Create | Retrieve |
|---|---|---|
| Email (basic) | POST /email-start/{email} |
GET /email-start/{id} |
| Email (advanced) | POST /email-advanced/{email} |
GET /email-advanced/{id} |
| Mobile HLR (basic) | POST /mobile-start/{number} |
GET /mobile-start/{id} |
| Mobile (advanced) | POST /mobile-advanced/{number} |
GET /mobile-advanced/{id} |
| IP analysis | POST /ip-advanced/{ip} |
GET /ip-advanced/{id} |
| URL scan | POST /url-advanced/{url} |
GET /url-advanced/{id} |