# getOrgVars

Endpoint: GET /orgs/{platform}/{org}/vars
Version: 1.0
Security: authorization

## Security:

  - `authorization` (unknown)
    apiKey in header Authorization

## Path parameters:

  - `platform` (string, required)

  - `org` (string, required)

## Header parameters:

  - `authorization` (any, required)
    SCM access token

  - `mend-appId` (any)
    (Optional) Id of your Mend application

## Response 200:

  - `200` (unknown)
    OK

## Response 200 fields (*/*):

  - `totalCount` (integer)

  - `items` (array)

  - `items.varName` (string)

  - `items.varValue` (string)

  - `items.secretRef` (string)

  - `items.addedAt` (string)

  - `items.updatedAt` (string)

