GET
/
organization
/
voices
/
permissions
/
{id}
curl --request GET \
  --url https://api.beyondwords.io/v1/organization/voices/permissions/{id} \
  --header 'X-Api-Key: <api-key>'
{
  "id": 1,
  "project": {
    "id": 1,
    "name": "Test project"
  },
  "voice": {
    "id": 1,
    "name": "Test voice"
  },
  "included": true,
  "created": "2023-01-01 00:00:00 UTC",
  "updated": "2023-01-01 00:00:05 UTC"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

The numeric ID of your project voice

Response

200 - application/json
OK
id
integer
project
object
voice
object
included
boolean
created
string

Time at which the object was created (ISO 8601)

updated
string

Time at which the object was updated (ISO 8601)