const response = await fetch('https://api.ufw.dev/v1/meta', {
method: 'GET',
});
const data = await response.json();
Response200
{
"service": "dev.ufw.api@1.0.0",
"status": "ok",
"version": "1.0.0",
"api_origin": "https://api.ufw.dev",
"oauth_issuer": "https://api.ufw.dev/oauth2/v2.0",
"oauth_frontend_origin": "https://auth.ufw.dev",
"services": {
"oauth": "/oauth2/v2.0",
"auth": "/v1/auth",
"account": "/v1/account",
"organizations": "/v1/organizations",
"developer": "/v1/developer"
},
"federated": {
"github": true
}
}