跳到主要内容
版本:v0.6

Get info.

Get info.

Get info.

Responses

OK


Schema
    applicableEnvironmentTypes string[] required
    domain string required
    groups string[] required
    id string required
    name string required
    projectRoles object[] required
  • Array [
  • project object required
    id string required
    name string required
    readOnlyConnectors object[] required
  • Array [
  • id string required
    name string required
  • ]
  • readOnlyEnvironments object[] required
  • Array [
  • id string required
    name string required
  • ]
  • roles object[] required
  • Array [
  • id string required
    policies object[] required
  • Array [
  • actions string[]
    paths string[]
    resourceRefers string[]
    resources string[]
  • ]
  • ]
  • ]
  • roles object[] required
  • Array [
  • id string required
    policies object[] required
  • Array [
  • actions string[]
    paths string[]
    resourceRefers string[]
    resources string[]
  • ]
  • ]
GET /account/info

Authorization

name: BasicAuthtype: httpdescription: Basic Authentication, in form of base64(<username>:<password>), the password must be a valid Seal API token.in: headerscheme: basic

Request

Security Scheme
Username
Password
curl / cURL
curl -L -X GET 'https://seal-io.github.io/account/info' \
-H 'Accept: application/json'