Personalities
Listing Personalities
Learn how to retrieve a list of personalities
List Personalities API
Retrieve a list of personalities from your account
API Endpoint
Method | Endpoint |
---|---|
GET | https://new-prod.vocera.ai/test_framework/v1/personalities-external/ |
Authentication
Include your API key in the request headers:
Header | Description |
---|---|
X-VOCERA-API-KEY | Your API key obtained from the dashboard |
Response Format
The API returns a list of personality objects.
Personality Object
Property | Type | Description |
---|---|---|
id | integer | Unique identifier for the personality |
name | string | Name of the personality |
description | string | Description of the personality |
language | string | ISO 639-1 language code (e.g., “en”) |