-
- Translation help networkKudoZOther terminology resourcesLearn more: About terminology at ProZ.com
-
-
GET: /codes/account-typeGet a string representation of an integral ProZ.com account type id. Parameters
Example requestcurl -H "Authorization: Bearer {OAUTH2_ACCESS_TOKEN}" /codes/account-type?codes=2,1,3
Response{
"account_types": [
{
"account_type_id": 2,
"account_type_name": "Freelance translator and/or interpreter"
},
{
"account_type_id": 1,
"account_type_name": "Translation agency/company"
},
{
"account_type_id": 3,
"account_type_name": "Freelancer and outsourcer"
}
]
}
|