> ## Documentation Index
> Fetch the complete documentation index at: https://docs.oxanaut.com/llms.txt
> Use this file to discover all available pages before exploring further.

# [bot] Client overview by Discord id (services, invoices, credit)



## OpenAPI

````yaml /openapi.json get /v1/bot/users/{discordId}/overview
openapi: 3.0.0
info:
  title: OneSubnet Core API
  description: >-
    OneSubnet hosting panel API. Toutes les routes sont préfixées par /v1/
    (versioning URI). Les routes Panel sont appelées par le daemon Wings, pas
    par les clients. Les routes Admin nécessitent le rôle admin.
  version: '1.0'
  contact: {}
servers: []
security: []
tags:
  - name: Auth & Users
    description: Authentification, profil, gestion utilisateurs
  - name: Store
    description: 'Boutique: catégories, produits, panier'
  - name: Billing
    description: Facturation, checkout Stripe, webhooks
  - name: Services
    description: Services hébergés (enregistrements facturation)
  - name: Affiliation
    description: Parrainage et commissions
  - name: Notifications
    description: Notifications
  - name: Admin - RBAC
    description: Gestion des rôles, permissions, groupes
  - name: Admin - Store & Invoices
    description: CRUD produits, plans, coupons, factures
  - name: Admin - Settings & Tenants
    description: Configuration, multi-tenant, whitelabel
  - name: Admin - Audit
    description: Journal d'audit des requêtes
  - name: System
    description: Health, meta-info
paths:
  /v1/bot/users/{discordId}/overview:
    get:
      tags:
        - Bot
      summary: '[bot] Client overview by Discord id (services, invoices, credit)'
      operationId: BotController_userOverview_v1
      parameters:
        - name: discordId
          required: true
          in: path
          schema:
            type: string
      responses:
        '200':
          description: ''

````

## Related topics

- [Bot Discord](/panel/bot-discord.md)
- [[bot] DM notification feed per linked user (pending invoices, upcoming renewals, degraded services)](/api-reference/bot/[bot]-dm-notification-feed-per-linked-user-pending-invoices-upcoming-renewals-degraded-services.md)
- [[bot] Oxanaut account status by Discord id](/api-reference/bot/[bot]-oxanaut-account-status-by-discord-id.md)
- [[bot] Bulk role-sync data activations + billed product skus + service types](/api-reference/bot/[bot]-bulk-role-sync-data-activations-+-billed-product-skus-+-service-types.md)
- [Cancel a PENDING invoice (client-side void)](/api-reference/billing/cancel-a-pending-invoice-client-side-void.md)
