Skip to main content
GET
/
language
/
edit
/
tones
Edit Tones
curl --request GET \
  --url https://test.api.cxconnect.ai/language/edit/tones \
  --header 'Authorization: Bearer <token>'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

Successful edit response

The response is of type string[].

I