latestOpenAPI 3.0.12026-08-18132038.0 KB

310150fbd68d

Freelancers

Search freelancers by name

Search freelancers by full or partial name. Used by the freelance invoice verification scenario to locate the user behind an invoice.

get/V1/freelancers

Query parameters

qstring required

Full or partial name (matches full_name, first_name, last_name). Restricted to users with user_type = author.

Response

matching freelancers

Example response

{
  "data": [
    {
      "user_type": "author"
    }
  ]
}