Just Merch API
Store APIAdmin API
Store APIAdmin API
Discord
  1. Store API
  • Intro
  • Client SDKs
  • Authentication
  • Get categories
    GET
  • Get products
    GET
  1. Store API

Authentication

These catalog endpoints are publicly accessible and designed for use in your frontend code. As such, there are no secrets involved.
However, you must include your clientId in the header of all requests.
HeaderValue
clientIdyour-unique-client-id
CAUTION
Do not pass your api key (secret). Only use your public clientId.
Previous
Client SDKs
Next
Get categories
Built with