Supahub Docs home page
Search...
⌘K
Back to Supahub
Dashboard
Dashboard
Search...
Navigation
Get Started
Response Object
Documentation
API Reference
Get Started
Introduction
Quickstart
Response Object
Pagination
Resources
Boards
Changelog
Comments
Labels
Users
Posts
Status
Tags
Votes
Webhooks
On this page
Success
Error
Get Started
Response Object
Enhance your platform by integrating with the Supahub API’s powerful features.
All responses from the API will adhere to a consistent format, ensuring a uniform understanding of the returned data.
Success
For a successful request, the response object includes the following fields:
data
object
Contains the main content of the response.
meta
object
Provides auxiliary information about the response.
Error
When an error occurs, the response object comprises:
error
string
A message or code that identifies the nature of the error.
meta
object
Contains additional details about the error context.
Quickstart
Pagination
Assistant
Responses are generated using AI and may contain mistakes.