Skip to main content
The list below is every endpoint in the Rocketpunch Open API. Each page shows request parameters, response schemas, and examples. The list is generated from the OpenAPI specification the server produces. When the API changes, the docs change with it, so what you read here does not drift from what the server does.

How to read it

Conventions that apply everywhere

  • AuthenticationX-RP-API-Key for public data, Authorization: Bearer for APIs that need user permission. See App Key authentication and OAuth 2.0 overview.
  • Response language — set with the Accept-Language header. Without it you get Korean.
  • Pagination — list responses accept page (starting at 1) and pageSize (default 20, max 50), and return items, totalItems, and totalPages.
  • Error shape — every non-2xx response comes back as code, message, timestamp, and details.
Exact values, limits, and the full error code list are in the endpoint pages below and in the description at the top of the specification.
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.