App
Get health
GET
/
api
/
v1
curl --request GET \
--url https://api.bundle.social/api/v1/ \
--header 'x-api-key: <api-key>'
{
"status": "<string>",
"createdAt": "<string>"
}
Authorizations
Response
200
application/json
200
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://api.bundle.social/api/v1/ \
--header 'x-api-key: <api-key>'
{
"status": "<string>",
"createdAt": "<string>"
}