Skip to main content
POST
Look up language details by ID

Authorizations

Authorization
string
header
required

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

Query Parameters

token_id
integer | null

Optional specific Token ID

Body

application/json

Request schema for language lookup by ID.

google_ads_customer_id
integer
required

Google Ads customer ID

language_id
integer
required

Language ID to look up

force_refresh
boolean
default:false

Force refresh from API, bypass cache

Response

Successful Response

Schema for a single language suggestion.

id
integer
required

Language ID from LanguageConstant

name
string
required

Language name (e.g., 'English', 'Spanish')

code
string
required

Language code (e.g., 'en', 'es')