nooks
GitHubInstall
Instance

Get instance

GetInstance returns the public profile of this Instance. It is reachable without authentication because the sign-in page and the Public list both need it before anyone has signed in.

GET
/api/v1/instance

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/instance"
{  "name": "string",  "version": "string",  "needsSetup": true,  "publicSignup": true,  "defaultLocale": "string"}