Build on Slab Dynasty
A REST API for listing, pricing and fulfilling graded trading cards. If you have built a Shopify integration, you already know the shape of this one — the base URL is https://api.slabdynasty.com.
Verify a key
curl https://api.slabdynasty.com/2026-07/ping \
-H "X-SlabDynasty-Access-Token: $SLAB_API_KEY"How access works
Credentials belong to a seller account, so the path runs through seller onboarding rather than around it.
- Sign up
1.Create a Slab Dynasty account
Standard signup on the main site. Takes a minute and needs nothing special.
- Seller setup
2.Complete seller setup
Connect a payout method and finish your selling profile. API credentials are scoped to a seller account — there is no standalone developer account, because every endpoint acts on a specific seller's listings, inventory and orders.
- Developers tab
3.Issue keys from the Developers tab
Once your seller account is approved, test and live read keys are self-serve. Live WRITE access is reviewed by a human first — a write key can reprice or end an entire catalogue and buy shipping labels with real money.
- Read the docs
4.Build against the reference
Shopify Admin REST conventions throughout: same envelopes, same cursor pagination, same leaky-bucket rate-limit headers.
The API is in early access and we are onboarding integrators in batches. Authentication, versioning, rate limiting and the credential lifecycle are live. Catalogue and inventory reads are rolling out now; write endpoints follow, and order writes after those.
Tell us what you are building and we will get you into the right batch — and tell you honestly if the endpoints you need are not ready.