Introduction

Welcome to the Panora API Reference! This documentation provides all the information you need to integrate Panora’s Elite features into your Roblox games and services using our API.

The Panora API allows you to programmatically perform actions such as:

  • Automating rank promotions via the Rank Center

  • Managing applications and promotions with the Application Center

  • Tracking user activity and sending logs to Discord

  • Accessing and managing your API keys securely


Base URL

All API requests are made to:

https://api.panora.cc

Requests to the API require HTTPS and proper authentication via your API key.


Authentication

All endpoints require an API Key to access. API Keys act as a secret token that identifies and authorizes your workspace. Keep your key secure — it’s the equivalent of a password.

Authentication method:

  • Include your API Key in the request header:

Authorization: Bearer <YOUR_API_KEY>
  • Your API Key can be found in the Panora Dashboard → ELITE → Panora API tab.

🔐 Treat your API Key like a password. Reset it immediately if it is ever exposed.


Requirements

Before using the API, ensure you have:

  1. An active Elite Plan

  2. Access to the Panora Dashboard and your workspace

  3. Whitelisted Roblox games (via Universal ID) for your API key

  4. A valid API Key generated from the dashboard


Rate Limits & Best Practices

  • Respect request limits to avoid being temporarily blocked.

  • Batch actions where possible (e.g., multiple rank updates).

  • Always validate responses to handle errors gracefully.


Error Handling

The API returns standard HTTP response codes:

Code
Meaning

200

Success

400

Bad Request

401

Unauthorized (invalid API Key)

403

Forbidden (API Key not whitelisted for this game)

404

Not Found

500

Server Error (This is a service issue, contact our team to make us aware)

Each endpoint also provides a descriptive message in the response body for easier debugging.


Next Steps

From here, you can explore:

  • API Keys → Learn how to generate, manage, and whitelist keys

  • Ranker Endpoint → Automate rank promotions in your Roblox group

  • Activity Tracking Module → Track player activity and send logs to Discord

Last updated

Was this helpful?