Skip to content

Store a VPP token

Request

Uploads a VPP token

Security
apiKey
Bodymultipart/form-data
filenamestring, (binary)
cURL
curl -i -X POST \
  https://develop-api.esper.io/_mock/openapi/tenant/v0/vpptokens/ \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: multipart/form-data' \
  -F filename=string

Responses

Created

Bodyapplication/json
codeinteger
Default:201
messagestring
contentobject(VPPToken)
Response
{ "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" } }