Skip to content

Instantly share code, notes, and snippets.

View XSkylinex's full-sized avatar
👨‍💻
Full Stack Developer

Alex XSkylinex

👨‍💻
Full Stack Developer
View GitHub Profile
@XSkylinex
XSkylinex / admin-api-smoke-test-playbook.md
Created April 30, 2026 22:12
Bodify Admin API — Smoke-Test Playbook (curl, per-screen, v0.20.36)

Bodify Admin API — Smoke-Test Playbook

Pre-flight checks before wiring real endpoints into the FE. Run each curl, confirm the green-light signal, then move to the next screen.

Setup once per shell:

export BASE_URL="https://<admin-api-fqdn>"     # ← replace with your admin-api FQDN
export EMAIL="admin@bodifyapp.com"
export PASS="your-admin-password"