Authors

List authors able to work on project

Returns a list of authors who have the skills to work on a project given its attributes without actually creating it.

OAuth: This endpoint requires the default public scope.

Code samples

curl -G "https://api.textmaster.com/v1/clients/authors" \
  --data-urlencode "activity_name=translation" \
  --data-urlencode "options[language_level]=premium" \
  --data-urlencode "options[quality]=yes" \
  --data-urlencode "language_from=fr" \
  --data-urlencode "language_to=en" \
  -H "Authorization: Bearer ad1ad5c7f13b73e215dff82b9bafd55b91c66a01dccf8b16a90c75af633087ca"

Last updated