GET
/
get_supported_languages
curl --request GET \
  --url https://api.toingg.com/api/v3/get_supported_languages \
  --header 'Authorization: Bearer <token>'
"<any>"

Overview

This endpoint retrieves the list of supported languages for campaign creation in Toingg. It allows users to see which languages are available for use in their campaigns, helping them to select the most appropriate language for their target audience.

Example cURL Request

curl -X 'GET' \
  'https://api.toingg.com/api/v3/get_supported_languages' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer yourBearerToken'

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

The response is of type any.