Skip to main content

Group Show API

Get detail of a specific group/page

auth headers are optional for public group/page

Path Parameters
    group_id integer required

    group id

Query Parameters
    client_auth_token string required

    Client API token

Header Parameters
    access-token string

    user access token

    client string

    client access token

    expiry string

    timestamp of token expiry

    Example: 1531315250
    token-type string

    access token type

    Example: Bearer
    uid string

    user uid

    Example: user@quranreflect.com
Responses

OK

Response Headers

    Schema
      success boolean
      page object
      id integer
      name string
      description string
      active boolean
      group string
      public boolean
      verified boolean
      room_avatar_url nullable
    Loading...