Skip to main content
POST
Get a test key without an account

Authorizations

Authorization
string
header
required

Server-side only. Never ships to a browser.

Headers

Idempotency-Key
string
required

Required on every mutating request. Absent is a 400.

Required string length: 8 - 200

Body

application/json
name
string
required
Required string length: 1 - 200
email
string
required
Maximum string length: 320

Response

The keys, shown once.

A test-environment key pair. Only hashes are stored, so these are shown once and cannot be retrieved later.

application_id
string
required
Example:

"app_..."

secret_key
string
required
Example:

"sk_test_..."

publishable_key
string
required
Example:

"pk_test_..."

environment
enum<string>
required
Available options:
test