Skip to main content
POST

Authorizations

Authorization
string
header
default:Bearer pk_test_<your-test-key>
required

Partner API key (pk_live_… or pk_test_…).

Body

application/json
name
string
required

Name you will recognize later (for example, "Starter 25k/month").

monthly_sending_volume
integer
required

Monthly email volume this bundle is sized for.

google_percent
integer | null

Google share of volume (0-100). If set, also set microsoft_percent (must total 100). Omit both to use Peeker’s recommended split.

microsoft_percent
integer | null
send_on_weekends
boolean
default:false

If true, spread volume across 30 days (includes weekends). Default false uses 22 weekdays.

google_licenses
enum<integer>
default:2

Google inboxes per domain. Each inbox sends 20 emails/day.

Available options:
1,
2,
3

Response

A bundle.

data
object
required
Last modified on August 25, 2026