APIs to create, access, and delete VPP tokens. Learn more about VPP tokens.
Returns all the VPP tokens for the tenant
VPP tokens for the Tenant
Unauthorized
Internal Server Error
{- "code": 200,
- "message": "string",
- "content": {
- "count": 0,
- "previous": "string",
- "next": "string",
- "results": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "tenant_id": "string",
- "key": "string",
- "meta": { },
- "created_by": "string",
- "updated_by": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]
}
}
Uploads a VPP token
Created
Bad Request
Unauthorized
Internal Server Error
{- "code": 201,
- "message": "string",
- "content": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "tenant_id": "string",
- "key": "string",
- "meta": { },
- "created_by": "string",
- "updated_by": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}