GET

/api/config/oauth

OAuth client IDs

Returns the GitHub and Google OAuth client IDs for frontend login flows.

curl -s "$BASE/api/config/oauth"

Response Example

{
  "success": true,
  "data": {
    "github": {
      "clientId": "Ov23li..."
    },
    "google": {
      "clientId": "1234...apps.googleusercontent.com"
    }
  }
}

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test