You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can copy the exact base URL for your project from the Weblite panel in the dashboard.
34
34
35
+
## Authentication
36
+
37
+
All Weblite endpoints require an `Authorization: Bearer` header. The value can be either an [API Key](/docs/apikey) or an [Access Token](/docs/access-tokens). The examples below use an API key; for per-user or browser access, use an access token.
38
+
35
39
## Services
36
40
37
41
Services are endpoints for health checks, server information, and more.
0 commit comments