Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

tokenThe session token which you must include with all subsequent API calls.
platformThe owner of the Wordbee Translator instance.
companyThe company name of the connected user.
userThe name of the connected user.
uiThe user interface language. If the language specified during connection is invalid, this defaults back to "en".
InstantTranslation

Included if you connected to this application domain.

See xxx for description.

EXAMPLE

...

 

Code Block
{
  "token": "14c78440-7d7a-4504-9f46-4fa322fecdb5",

  "platform": "Alpha Ltd.",
  "company": "John Howard Translations",
  "user": "John Howard",
  "ui": "en",

  "InstantTranslation": {
    "urlTerms": null,
    "deadlineMandatory": true,
    "deadlineMinLeadHours": 12
  }
}

 

ERROR HANDLING

If the HTTP status code is different from 200, the connect method failed. What exactly went wrong is detailed with the HTTP error result.

...