# Upwork API **Provider:** Upwork **Category:** developer **Base URL:** `https://developers.upwork.com` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developers.upwork.com/ ## Description Freelance job board and management system ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developers.upwork.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developers.upwork.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with Upwork partner account. Freelance marketplace data; approval required. --- *Source: [API Map](https://apimap.dev/apis/upwork/) — CC BY 4.0*