Skip to main content
GET
/
api
/
v1
Get health
curl --request GET \
  --url https://api.bundle.social/api/v1/ \
  --header 'x-api-key: <api-key>'
{
  "status": "<string>",
  "createdAt": "<string>",
  "note": "<string>",
  "platforms": {
    "FACEBOOK": {
      "status": "operational",
      "note": "<string>"
    },
    "INSTAGRAM": {
      "status": "operational",
      "note": "<string>"
    },
    "TIKTOK": {
      "status": "operational",
      "note": "<string>"
    },
    "YOUTUBE": {
      "status": "operational",
      "note": "<string>"
    },
    "TWITTER": {
      "status": "operational",
      "note": "<string>"
    },
    "PINTEREST": {
      "status": "operational",
      "note": "<string>"
    },
    "REDDIT": {
      "status": "operational",
      "note": "<string>"
    },
    "MASTODON": {
      "status": "operational",
      "note": "<string>"
    },
    "DISCORD": {
      "status": "operational",
      "note": "<string>"
    },
    "SLACK": {
      "status": "operational",
      "note": "<string>"
    },
    "BLUESKY": {
      "status": "operational",
      "note": "<string>"
    },
    "GOOGLE_BUSINESS": {
      "status": "operational",
      "note": "<string>"
    },
    "LINKEDIN": {
      "status": "operational",
      "note": "<string>"
    },
    "THREADS": {
      "status": "operational",
      "note": "<string>"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://info.bundle.social/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Response

200

status
string
required
createdAt
string
required
note
string
required
platforms
object
required