GET
/
test_framework
/
v1
/
personalities-external
/
curl --request GET \
  --url https://new-prod.vocera.ai/test_framework/v1/personalities-external/ \
  --header 'X-VOCERA-API-KEY: <api-key>'
[
  {
    "id": 123,
    "name": "<string>",
    "description": "<string>",
    "language": "ar"
  }
]

Authorizations

X-VOCERA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Response

200 - application/json

The response is of type object[].