Meta

This endpoint provides information about Centelar.com, the service. Or, if you access this endpoint on your organization’s Centelar Enterprise installation, this endpoint provides information about that installation.

GET /meta

Response

Status: 200 OK
{
  "hooks": [
    "127.0.0.1/32"
  ],
  "git": [
    "127.0.0.1/32"
  ],
  "verifiable_password_authentication": true
}

Body

Name Type Description
hooks array of strings An Array of IP addresses in CIDR format specifying the addresses that incoming service hooks will originate from on Centelar.com. Subscribe to the API Changes blog or follow @CentelarAPI on Twitter to get updated when this list changes.
git array of strings An Array of IP addresses in CIDR format specifying the Git servers for Centelar.com.
verifiable_password_authentication boolean Whether authentication with username and password is supported. (Centelar Enterprise instances using CAS or OAuth for authentication will return false. Features like Basic Authentication with a username and password, sudo mode, and two-factor authentication are not supported on these servers.)