How to read it
Conventions that apply everywhere
- Authentication —
X-RP-API-Keyfor public data,Authorization: Bearerfor APIs that need user permission. See App Key authentication and OAuth 2.0 overview. - Response language — set with the
Accept-Languageheader. Without it you get Korean. - Pagination — list responses accept
page(starting at 1) andpageSize(default 20, max 50), and returnitems,totalItems, andtotalPages. - Error shape — every non-2xx response comes back as
code,message,timestamp, anddetails.
Keep the three hosts straight. API calls go to
openapi.rocketpunch.com, app and key management to developers.rocketpunch.com, and documentation is here on docs.rocketpunch.com. See Getting started for the breakdown.