Authentication

All API calls require a valid API key in the X-KEY header.

Base URL

https://smtpghost.com/api/v1/

  • The host is smtpghost.com

  • All requests should be made with HTTPS

  • All of our endpoints accept the POST method only

Obtaining Your API Key

  1. Sign in to your SMTPGhost dashboard.

  2. Navigate to My Account → API Settings.

  3. Copy your API Key.

Request Header

You are required to add the header Content-Type: application/json

Header
Value
Required

Content-Type

application/json

Yes

X-KEY

<your-organization-api-key>

Yes

Example

Success Response (HTTP 200)

Last updated