emailguard_sdk

Ruby SDK for the EmailGuard public API. This package is generated from the public OpenAPI spec.

Install

gem install emailguard_sdk

Authentication

Create a team-scoped API key in EmailGuard, then authenticate requests with:

Authorization: Bearer egsk_live_...

For local examples, you can also set:

EMAILGUARD_API_KEY=egsk_live_...

API Responses

REST API responses use a JSON envelope:

{ "code": "SUCCESS", "data": {}, "message": "" }

Read data on success and use code / message for error handling.

Support

Questions, issues, or feedback? Email dev@emailguard.co.