GET
/
v1
/
avatar
[
  {
    "id": "01234567-89ab-cdef-0123-456789abcdef",
    "name": "John Doe"
  }
]

Authorizations

x-api-key
string
header
required

Your Beyond Presence API Key.

Response

200 - application/json
Successful Response
id
string
required

The unique identifier (ID) of the avatar.

Example:

"01234567-89ab-cdef-0123-456789abcdef"

name
string
required

The name of the avatar.

Example:

"John Doe"