Skip to main content

Get an organization

GET 

/orgs/:handle

The response will give you public information about an organization (see https://docs.b2v.xyz/org-profile for more )

Request

Path Parameters

    handle stringrequired

    Org handle

Responses

OK

Schema

    data

    object

    auth_session_count integer

    Number of mutual authentications from this org

    country_iso string

    2 Letter country code

    description string
    display_name string
    handle string
    iat integer

    Created at (Unix timestamp)

    is_premium boolean

    If the account is premium

    nacl string

    Salt used for creating digest

    picture_url string

    URL to profile picture

    proved_identities

    object[]

    Number of proven online identities.

  • Array [

  • identity_kind string
    identity_name string
  • ]

  • recommenders string[]

    Number of organizations that recommending this one

    sig_count integer

    Number of signatures from this org

    team_size integer

    Number of B2V team members (not employees) in this organization.

    success boolean
Loading...