Quatrix APIs v1.0
Space shortcuts
Quatrix APIs v1.0 QA1
Skip to end of metadata
Go to start of metadata

This API call returns list of available account language translations.

Resource URL

/api/1.0/account/languages

Resource Information

 

Response formatsJSON
Response code200
Requires authentication?Yes
HTTP MethodGET

 

Example Result

{
    "id": <string>,
    "name": <string>,
    "filename": <string>
}
  • No labels
Write a comment…
Quatrix APIs v1.0 QA1