Alleva Rehab API

The Rehab API from Alleva — 8 operation(s) for rehab.

Operations 8

POST /company/{id}/documents
POST /v{version}/company/{id}/documents
POST /company/{id}/logo
POST /v{version}/company/{id}/logo
GET /company
GET /v{version}/company
GET /company/{id}
GET /v{version}/company/{id}

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/alleva-rehab-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 email required.

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

OpenAPI Specification

alleva-rehab-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Alleva Rehab API
  version: '1.0'
  description: 'Operations tagged Rehab across 2 of this provider''s published API definitions: alleva-rehab-api-openapi.yml, alleva-rest-api-openapi.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api.helloalleva.com
  description: Base URL reconciled from apis.yml
security:
- Bearer: []
tags:
- name: Rehab
paths:
  /company/{id}/documents:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    post:
      tags:
      - Rehab
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/RehabDocument'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/RehabDocument'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/RehabDocument'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/RehabDocument'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/CreateResult'
            application/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/CreateResult'
            text/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/CreateResult'
  /v{version}/company/{id}/documents:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    post:
      tags:
      - Rehab
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      - name: version
        in: path
        required: true
        schema:
          type: string
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/RehabDocument'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/RehabDocument'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/RehabDocument'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/RehabDocument'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/CreateResult'
            application/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/CreateResult'
            text/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/CreateResult'
  /company/{id}/logo:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    post:
      tags:
      - Rehab
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int32
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/RehabLogoData'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/RehabLogoData'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/RehabLogoData'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/RehabLogoData'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/UpdateResult'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/UpdateResult'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/UpdateResult'
  /v{version}/company/{id}/logo:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    post:
      tags:
      - Rehab
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int32
      - name: version
        in: path
        required: true
        schema:
          type: string
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/RehabLogoData'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/RehabLogoData'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/RehabLogoData'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/RehabLogoData'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/UpdateResult'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/UpdateResult'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/UpdateResult'
  /company:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    get:
      tags:
      - Rehab
      parameters:
      - name: Limit
        in: query
        schema:
          type: integer
          format: int64
      - name: Cursor
        in: query
        schema:
          type: integer
          format: int32
      - name: StartDate
        in: query
        schema:
          type: string
          format: date-time
      - name: EndDate
        in: query
        schema:
          type: string
          format: date-time
      - name: fields
        in: query
        schema:
          type: array
          items:
            type: string
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Rehab'
            application/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Rehab'
            text/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Rehab'
  /v{version}/company:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    get:
      tags:
      - Rehab
      parameters:
      - name: Limit
        in: query
        schema:
          type: integer
          format: int64
      - name: Cursor
        in: query
        schema:
          type: integer
          format: int32
      - name: StartDate
        in: query
        schema:
          type: string
          format: date-time
      - name: EndDate
        in: query
        schema:
          type: string
          format: date-time
      - name: fields
        in: query
        schema:
          type: array
          items:
            type: string
      - name: version
        in: path
        required: true
        schema:
          type: string
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Rehab'
            application/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Rehab'
            text/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Rehab'
  /company/{id}:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    get:
      tags:
      - Rehab
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/Rehab'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/Rehab'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/Rehab'
  /v{version}/company/{id}:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    get:
      tags:
      - Rehab
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      - name: version
        in: path
        required: true
        schema:
          type: string
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/Rehab'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/Rehab'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/Rehab'
components:
  schemas:
    CreateResult:
      type: object
      properties:
        operationResult:
          $ref: '#/components/schemas/CreateOperationResult'
        id:
          type:
          - integer
          - 'null'
          format: int64
        messages:
          type:
          - array
          - 'null'
          items:
            type: string
        reason:
          type:
          - string
          - 'null'
      additionalProperties: false
    UpdateResult:
      type: object
      properties:
        operationResult:
          $ref: '#/components/schemas/UpdateOperationResult'
        success:
          type: boolean
        id:
          type: integer
          format: int64
        messages:
          type:
          - array
          - 'null'
          items:
            type: string
        reason:
          type:
          - string
          - 'null'
      additionalProperties: false
    RehabLogoData:
      type: object
      properties:
        fileName:
          type:
          - string
          - 'null'
        base64String:
          type:
          - string
          - 'null'
      additionalProperties: false
    ExternalData:
      type: object
      properties:
        externalId:
          type:
          - string
          - 'null'
        externalIdType:
          type:
          - string
          - 'null'
        serviceIdentifier:
          type:
          - string
          - 'null'
        serviceId:
          type:
          - integer
          - 'null'
          format: int32
      additionalProperties: false
    Rehab:
      type: object
      properties:
        id:
          type: integer
          format: int32
        href:
          type:
          - string
          - 'null'
          readOnly: true
        rehabName:
          type:
          - string
          - 'null'
        domainName:
          type:
          - string
          - 'null'
        organizationUuid:
          type:
          - string
          - 'null'
          format: uuid
      additionalProperties: false
    UpdateOperationResult:
      enum:
      - 0
      - 1
      - 2
      - 3
      type: integer
      format: int32
    DocumentData:
      type: object
      properties:
        id:
          type: integer
          format: int64
        name:
          type:
          - string
          - 'null'
        base64String:
          type:
          - string
          - 'null'
        externalId:
          $ref: '#/components/schemas/ExternalData'
      additionalProperties: false
    RehabDocument:
      type: object
      properties:
        name:
          type:
          - string
          - 'null'
        description:
          type:
          - string
          - 'null'
        facilityId:
          type: integer
          format: int32
        uploadedDocuments:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/DocumentData'
      additionalProperties: false
    CreateOperationResult:
      enum:
      - 0
      - 1
      - 2
      - 3
      type: integer
      format: int32
  securitySchemes:
    Bearer:
      type: apiKey
      description: "JWT Authorization header using the Bearer scheme. \n\n Enter Bearer [space] and then your token in the text input below.\n\nExample: Bearer 12345abcdef"
      name: Authorization
      in: header
x-refined-from:
- alleva-rehab-api-openapi.yml
- alleva-rest-api-openapi.yml