Skip to main content

Base URL

All requests are under https://buyer.launchpoint.nyc/api/{version}. The current version is 2025-11
VersionStatusRelease DateSupported Until
2025-11Supported2025-11-012026-12-31

Authentication

To authenticate your requests, include the Authorization header with the value Bearer <api_key>. For example:
const headers = {
  Authorization: "Bearer <api_key>",
};
await fetch("https://buyer.launchpoint.nyc/api/2025-11/<endpoint>", {
  method: "...",
  headers,
});
You can create an API key in your dashboard.
I