🎯 Target Markets

Target Markets

Target markets represent geographical regions or countries for localization projects.

What are Target Markets?

Target markets help Adaptria:

  • Assign appropriate regional specialists

  • Apply region-specific style guides

  • Consider cultural nuances in translation

Using Target Markets in RFQs

When creating an RFQ with NON_LINGUISTICS services (video adaptation, creative services), you'll need to specify target market IDs.

Get available target markets from the endpoints below.

🎯 Get Available Target Markets

get
/api/public/v1/client/target-markets

Get Target Markets for Localization

Retrieve the list of target markets (regions/countries) available for your localization projects.

What are Target Markets?

Target markets represent the geographical regions or countries where your localized content will be used. This helps Adaptria:

  • Assign appropriate regional specialists

  • Apply region-specific style guides

  • Consider cultural nuances in translation

Using Target Markets in RFQs

When creating an RFQ, you can optionally specify target markets using their IDs:

{
  "targetMarkets": ["uuid-for-germany", "uuid-for-france"]
}

Common Target Markets

Country Code
Name

DE

Germany

FR

France

ES

Spain

GB

United Kingdom

US

United States

JP

Japan

CN

China

Authorizations
AuthorizationstringRequired

JWT access token obtained from POST /api/credentials/token

How to authenticate:

  1. Generate API credentials from the Adaptria Portal
  2. Exchange credentials for a token: POST /api/credentials/token
  3. Include the token in all requests: Authorization: Bearer <token>

Token Expiration: 1 hour (3600 seconds)

Query parameters
searchstringOptional

Filter target markets by name or country code

Responses
get
/api/public/v1/client/target-markets

Last updated