SMTPD
  • Introduction
    • What is transactional email?
    • Getting Started
    • FAQ
      • Email Deliverability
        • Sending Reputation
        • Spam Filters
        • Blocklist
        • Bounce Rates
        • Spam Complaints
      • Email Tracking
        • Open Tracking
        • Click Tracking
  • User Guide
    • Click Tracking
  • API
    • Create Account
    • Authentication
    • Sending Profile
    • [In beta] Email Templates
    • Forms
    • Send
    • Analysis
      • Engagement
      • Delivery
    • Account & Billing
      • Users
      • API Keys
      • Roles & Permissions
      • Billing & Usage
Powered by GitBook
On this page

Was this helpful?

  1. API

Account & Billing

Get account details

GET https://api.smtpd.dev/api/v1/account

This endpoint allows you to get the account details of the currently logged in user.

Headers

Name
Type
Description

Authentication

string

Bearer {access_token}

{
  "id": "811affc1-66c7-4982-b39e-29f9536b4720",
  "account_name": "James Hardie Industries Inc",
  "user_count": 1,
  "api_key_count": 0,
  "billing_contact_email_address": "jack.truong@jameshardie.com",
  "plan_id": "dbef0751-42b7-424e-8d1f-4ad67c478a2d",
  "is_verified": true,
  "created_at_utc": 1598610725,
  "modified_at_utc": 1598610963
}

PreviousDeliveryNextUsers

Last updated 3 years ago

Was this helpful?