Skip to main content
Skip table of contents

Export a list of keys

Export the list of keys to an xlsx file for a given intercom.

The report link will be sent after some time via a socket push.

For detailed information about the push, refer to Types of websocket pushes (section: «Push for successful intercom key file export»)

GET/api/admin/v1/intercoms/{intercom}/keys/export

Headers

Authorization

Bearer token

Accept

application/json

Body

intercomoptional

int

Unique identifier of the intercom

Response

204

Successful response

401

Authorization token is not provided or is invalid. Obtaining a token

Example

JSON
curl -k --location --request GET 'https://vms.local/api/admin/v1/intercoms/{intercom}/keys/export' \
--header 'Authorization:Bearer token' \
--header 'Accept:application/json'
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.