GetKeyValueKeys
Gets all the keys of key-value pairs.
Allowed roles: Owner, Admin, Developer.
Example request: GetKeyValueKeys example.
Authentication
AuthorizationBearer
Voximplant Management API uses signed JWT tokens generated from your service-account private key. Pass the token in the `Authorization` header as a Bearer value:
```
Authorization: Bearer $VOXIMPLANT_TOKEN
```
See [Authorization](/api-reference/management-api/authorization) for ready-to-copy snippets in bash, Python, Node.js and Go that turn your `credentials.json` into a token.
Query parameters
key
Namespace that keys should contain, up to 200 characters
count
Number of items to show per page with a maximum value of 50. Default value is 10
offset
Number of items to skip (e.g. if you set count = 20 and offset = 0 the first time, the next time, offset has to be equal to 20 to skip the items shown earlier). Default value is 0
application_id
The application ID
application_name
The application name
Response
Successful response
result
The key-value keys