Saltar para o conteúdo principal
GET
/
public
/
api
/
v1
/
hub
/
access
Get hub access settings
curl --request GET \
  --url https://api.gennia.ai/public/api/v1/hub/access \
  --header 'X-Api-Key: <api-key>'
{
  "defaultPlan": {
    "name": "<string>",
    "publicId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  },
  "loginBannerUrl": "<string>",
  "selfServiceEnabled": true
}

Autorizações

X-Api-Key
string
header
obrigatório

Resposta

OK

accessType
enum<string>
Opções disponíveis:
public,
private
defaultPlan
object
loginBannerUrl
string
selfServiceEnabled
boolean