EntryWick developers

The sandbox

An organization of invented people, rebuilt every night. Its key is published on purpose and reaches nothing real: it is a ewk_test_ key, and everything it scans is kept out of every count, report and export.

There is nothing to sign up for. Copy the key and make a call.

Your key

ewk_test_663b4035dc483a582e20e92d6f7df59c4ee5e77a

Base URL https://api.staging.entrywick.com/v1. Send it as Authorization: Bearer … — the key names the organization, so there is none in the address. It is rotated when the sandbox is refreshed, so read it from here rather than hard-coding it.

What is in it right now

Read from the sandbox itself, so these are values you can paste into a call today.

Event
EntryWick Sandbox Day (published)
Event id
01m312g5nttzbtmz44ffryr9gq
Day codes
DAY1, DAY2
Attendee type codes
VOL, YTH, CHP, REG, LDR
Check-in point codes
PRE-HQJK, Z-TALENT, Z-SPLASH, Z-REG, Z-FOOD, PRE-SWIV, PRE-SPJK, PRE-SLJK, PRE-SFJK, PRE-SAJK, PRE-PNJK, PRE-NTJK, PRE-HSJK, GATE1, PRE-HGJK, PRE-DKJK, PRE-CSJK, PRE-CLJK, PRE-CCJK, PRE-BMJK, PRE-AUJK, PRE-ASJK, PRE-ADJK, HELP, GATE2
People registered
40
A ticket
DAY1-0040-93KS
A registration reference
01m312g9qy8fjjdjs1q14d43a8

A call that works right now

Paste this into a terminal. Nothing is substituted — the key and the id are the live ones above.

curl -s "https://api.staging.entrywick.com/v1/events/01m312g5nttzbtmz44ffryr9gq" \
  -H "Authorization: Bearer ewk_test_663b4035dc483a582e20e92d6f7df59c4ee5e77a"

And registering somebody — a write, so it needs an idempotency key:

curl -s -X POST "https://api.staging.entrywick.com/v1/events/01m312g5nttzbtmz44ffryr9gq/registrations" \
  -H "Authorization: Bearer ewk_test_663b4035dc483a582e20e92d6f7df59c4ee5e77a" \
  -H "Idempotency-Key: $(uuidgen)" \
  -H "Content-Type: application/json" \
  -d '{"attendees":[{"attendee_type":"VOL","first_name":"Amina","last_name":"Rahim","email":"amina@example.org","days":["DAY1"]}]}'

What it is not