v1.0.0
OAS 2.0

Sky Senders API Docs

Welcome to the SkySenders API Documentation—your gateway to seamless cold email automation. SkySenders provides a powerful RESTful API to automate domain management, email account creation, authentication record setup (DMARC, SPF, DKIM), SSL implementation, and high-deliverability email sending.

Server: https://server.skysenders.ai
Client Libraries

Domains

Fetch all domains

API endpoint to fetch all domains

Query Parameters
  • search_text
  • is_external_domain
  • is_deleted
  • offset
  • limit
  • Headers
    • Authorization
      required
    Responses
    • 200

      Domain fetch successful

  • 500

    Internal server error

  • Request Example forGET/api/domains/fetch-all
    curl https://server.skysenders.ai/api/domains/fetch-all \
      --header 'Authorization: '
    
    {
      "domain_list": [
        {
          "id": 1,
          "domain_name": "…",
          "created_at": "2025-03-16T14:20:42.779Z",
          "is_external_domain": true,
          "is_domain_verified": true,
          "is_deleted": true,
          "is_deleted_by_sub_failure": true,
          "forwarding_domain": "…",
          "custom_tracking_url": "…",
          "region": "…",
          "mailboxes_count": 1,
          "email_server_type": "…",
          "status": "…",
          "status_message": "…",
          "ph_id": 1,
          "sent_count": 1,
          "reply_count": 1,
          "bounce_count": 1
        }
      ],
      "total_count": 1,
      "offset": 1,
      "limit": 1
    }

    Mailboxes (Collapsed)

    Statistics (Collapsed)