...
token | The session token which you must include with all subsequent API calls. |
platform | The owner of the Wordbee Translator instance. |
company | The company name of the connected user. |
user | The name of the connected user. |
ui | The 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.
...