This API call returns list of available account language translations.
Resource URL
/api/1.0/account/languages
Resource Information
| Response formats | JSON |
| Response code | 200 |
| Requires authentication? | Yes |
| HTTP Method | GET |
Example Request URL
Example Result
{
"id": <string>,
"name": <string>,
"filename": <string>
}
0 Comments