For the complete documentation index, see llms.txt. This page is also available as Markdown.

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." }

Last updated