Responses

  • 200 */*

    OK

    Hide response attributes Show response attributes object
    • status string
    • code integer(int32)
    • message string
    • data object
      Hide data attributes Show data attributes object
      • overview array[object]
        Hide overview attributes Show overview attributes object
        • header string
        • count string
        • feature string
      • teams array[object]
        Hide teams attributes Show teams attributes object
        • header string
        • count string
        • feature string
      • activities array[object]
        Hide activities attributes Show activities attributes object
        • id integer(int64)
        • activity string
        • associated string
        • tag string
        • label string
        • header string
        • createdAt string(date-time)
        • updatedAt string(date-time)
      • structure object
        Hide structure attributes Show structure attributes object
        • id string
        • name string
        • position string
        • image string
        • role string

          Values are USER, PROVIDER, ASSOCIATE_PROVIDER, BUSINESS, SUPER_ADMIN, ADMIN, MANAGER, or TEAM.

        • children array[object]
GET /admin/team/overview
curl \
 --request GET 'https://sandbox.serchservice.com/api/v1/admin/team/overview' \
 --header "X-Serch-Signed: $API_KEY" \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "X-Serch-Drive-Api-Key: $API_KEY" \
 --header "X-Serch-Drive-Secret-Key: $API_KEY" \
 --header "X-Serch-Guest-Api-Key: $API_KEY" \
 --header "X-Serch-Guest-Secret-Key: $API_KEY"
Response examples (200)
{
  "status": "100 CONTINUE",
  "code": 42,
  "message": "string",
  "data": {
    "overview": [
      {
        "header": "string",
        "count": "string",
        "feature": "string"
      }
    ],
    "teams": [
      {
        "header": "string",
        "count": "string",
        "feature": "string"
      }
    ],
    "activities": [
      {
        "id": 42,
        "activity": "string",
        "associated": "string",
        "tag": "string",
        "label": "string",
        "header": "string",
        "createdAt": "2025-05-04T09:42:00Z",
        "updatedAt": "2025-05-04T09:42:00Z"
      }
    ],
    "structure": {
      "id": "string",
      "name": "string",
      "position": "string",
      "image": "string",
      "role": "USER",
      "children": [
        {}
      ]
    }
  }
}