🎯 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

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

Authorisation Header Required

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 using the Authorisation header: Authorisation: Bearer <token>

Important: Use Authorisation (British English spelling with 's'), not Authorisation (American spelling with 'z').

Token Expiration: 1 hour (3600 seconds)

Query parameters
searchstringOptional

Filter target markets by name or country code

companyIdstring Β· uuidRequired

Company ID to filter target markets. Required to scope results to a specific company.

Responses
chevron-right
200

Target markets retrieved successfully

application/json
successboolean Β· enumRequiredPossible values:
get
/api/public/v1/client/target-markets

Last updated