PracticePanther V1Me API

The V1Me API from PracticePanther — 1 operation(s) for v1me.

Operations 1

GET /api/internal/v1/tenants/{tenantId}/me #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/practicepanther-v1me-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

practicepanther-v1me-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: v1
  title: Legacy API (v1) Account V1 Me API
  description: ''
servers:
- url: https://app.practicepanther.com
tags:
- name: V1Me
paths:
  /api/internal/v1/tenants/{tenantId}/me:
    get:
      tags:
      - V1Me
      operationId: V1Me_Get
      parameters:
      - name: tenantId
        in: path
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GetResponse'
            text/json:
              schema:
                $ref: '#/components/schemas/GetResponse'
      security:
      - oauth2:
        - full
components:
  schemas:
    GetResponse:
      type: object
      properties:
        id:
          format: int32
          type: integer
        guid:
          format: uuid
          type: string
          example: 00000000-0000-0000-0000-000000000000
        displayName:
          type: string
        roleSummary:
          $ref: '#/components/schemas/RoleSummary'
        featuresInPlan:
          type: array
          items:
            format: int32
            type: integer
        integrations:
          $ref: '#/components/schemas/IntegrationSummary'
        featureFlags:
          type: array
          items:
            $ref: '#/components/schemas/FeatureFlag'
        accountingPlusUserPermissions:
          $ref: '#/components/schemas/AccountingPlusUserPermissionsDto'
    RoleSummary:
      type: object
      properties:
        isFullAccess:
          type: boolean
        accessLevels:
          type: array
          items:
            $ref: '#/components/schemas/AccessLevelSummary'
    AccessLevelSummary:
      type: object
      properties:
        controller:
          format: int32
          type: integer
        action:
          format: int32
          type: integer
    IntegrationSummary:
      type: object
      properties:
        isLawPayEnabled:
          type: boolean
        isHeadNoteEnabled:
          type: boolean
        isPayPalEnabled:
          type: boolean
        isStripeEnabled:
          type: boolean
        isAuthorizeNetEnabled:
          type: boolean
        isQuickbooksEnabled:
          type: boolean
        isOperatingAccountingEnabled:
          type: boolean
        isTrustAccountingEnabled:
          type: boolean
        operatingOnboardingStep:
          format: int32
          type: integer
    AccountingPlusUserPermissionsDto:
      type: object
      properties:
        create_reconciliation:
          type: boolean
        upload_bank_statements:
          type: boolean
        create_journal_entries:
          type: boolean
        view_journal_entries:
          type: boolean
        edit_journal_entries:
          type: boolean
        create_chart_of_accounts:
          type: boolean
        view_chart_of_accounts:
          type: boolean
        edit_chart_of_accounts:
          type: boolean
        view_operating_reports:
          type: boolean
        set_permissions:
          type: boolean
        view_reconciliation:
          type: boolean
        edit_reconciliation:
          type: boolean
    FeatureFlag:
      type: object
      properties:
        name:
          type: string
        isEnabled:
          type: boolean
  securitySchemes:
    oauth2:
      type: oauth2
      description: OAuth 2.0 - Authorization Code Grant
      flows:
        authorizationCode:
          authorizationUrl: /OAuth/Authorize
          tokenUrl: /OAuth/Token
          scopes:
            full: Read/Write access to all resources