GetKeyValueKeys

View as Markdown

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

keystringOptional
Namespace that keys should contain, up to 200 characters
countintegerOptional
Number of items to show per page with a maximum value of 50. Default value is 10
offsetintegerOptional

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_idintegerRequired
The application ID
application_namestringOptional
The application name

Response

Successful response
resultlist of objects

The key-value keys