Endpoints
List Freelancers
Retrieve connected freelancers and their specialized profiles.
GET
/api/auto-apply/external/freelancersList all freelancers linked to your agency account, with their profile options.
Use the returned profileId as the profileId parameter when calling Submit a Proposal.
Response
Response fields
| Parameter | Type | Description |
|---|---|---|
id | string | Freelancer's Upwork ciphertext identifier. |
name | string | Full name as displayed on Upwork. |
profiles[].profileId | string | The value to pass as |
profiles[].type | string | Either |
profiles[].hourlyRate | number | The rate configured on this specific profile, in |
Agency accounts can apply with any linked freelancer. Solo accounts will see a single entry with their own profile(s).