Skip to content

System

Service health and diagnostics endpoints

Health check

Request

Verify connectivity to the Partner API

Security
PartnerApiKey and PartnerOAuth
curl -i -X GET \
  https://api-docs.lobbie.com/_mock/openapi/partner/v2/health \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'x-api-key: YOUR_API_KEY_HERE'

Responses

Successfully connected to the Partner API

Response
No content