GET
/
api
/
v1
curl --request GET \
  --url https://api.bundle.social/api/v1/ \
  --header 'x-api-key: <api-key>'
{
  "status": "<string>",
  "createdAt": "<string>"
}

Authorizations

x-api-key
string
header
required

Response

200
application/json
200
status
string
required
createdAt
string
required