# Store a VPP token

Uploads a VPP token

Endpoint: POST /tenant/v0/vpptokens/
Version: 1.0.0
Security: apiKey

## Request fields (multipart/form-data):

  - `filename` (string)

## Response 201 fields (application/json):

  - `code` (integer)

  - `message` (string)

  - `content` (object)

  - `content.id` (string)

  - `content.tenant_id` (string, required)

  - `content.key` (string)

  - `content.meta` (object)

  - `content.created_by` (string, required)

  - `content.updated_by` (string, required)

  - `content.created_at` (string)

  - `content.updated_at` (string)

## Response 400 fields (application/json):

  - `code` (integer, required)

  - `message` (string, required)

  - `content` (object)

## Response 401 fields (application/json):

  - `code` (integer, required)

  - `message` (string, required)

  - `content` (object)

## Response 500 fields (application/json):

  - `code` (integer, required)

  - `message` (string, required)

  - `content` (object)


