Skip to content

VPP Token Management

APIs to create, access, and delete VPP tokens. Learn more about VPP tokens.

Get all VPP tokens for the tenant

Request

Returns all the VPP tokens for the tenant

Security
apiKey
cURL
curl -i -X GET \
  https://develop-api.esper.io/_mock/openapi/tenant/v0/vpptokens/ \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

VPP tokens for the Tenant

Bodyapplication/json
codeinteger
Default:200
messagestring
contentobject
Response
{ "code": 200, "message": "string", "content": { "count": 0, "previous": "string", "next": "string", "results": [] } }