Parcel Public API v2
  • Homepage
  • Discord Server
  • Customer Support
  • 🔑Obtain API Key
    • Create an API Key
    • Developer Portal
  • 🏢Hub Endpoints
    • Fetch Hub Information
    • Update Hub Information
  • 🛍️Product Endpoints
    • Fetch Product Information
    • Create a new Product
    • Update an existing Product
    • Delete an existing Product
  • 📝Whitelist Endpoints
    • Check Whitelist
    • Give Whitelist
    • Transfer Whitelist
    • Revoke Whitelist
Powered by GitBook
On this page

Was this helpful?

  1. Hub Endpoints

Fetch Hub Information

Retrieve information from your Hub

Retrieve comprehensive data related to your Hub. This endpoint fetches and returns a majority of the information stored in the database, facilitating a thorough understanding of your Hub's current state.

Retrieve information from your Hub

GET https://v2.parcelroblox.com/hub

Headers

Name
Type
Description

Authorization*

string

prod_DGzVhVsrqNJi4b0Chd9mMPUI9

Content-Type

string

application/json

If everything was able to process properly:

{ "status": "200", "message": "OK", "data": object }

If something was wrong on our end:

{ "status": "500", "message": "Internal Server Error" }

If you provided an invalid authorization key:

{ "status": "401", "message": "Invalid authorization key." }

If you did not provide an authorization key:

{ "status": "401", "message": "No authorization key was provided." }
PreviousCreate an API KeyNextUpdate Hub Information

Last updated 11 months ago

Was this helpful?

🏢