Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [upwork-api]

Upwork API enables you to build your own applications and to integrate our features and workflow to your web-based or mobile apps.

upwork-api
0 votes
0 answers
42 views

Upwork API get a token

I have already received the authorization code. But the token cannot be obtained. Documentation: https://www.upwork.com/developer/documentation/graphql/api/docs/index.html#auth-authorizationCodeGrant ...
PHPWork 's user avatar
0 votes
0 answers
12 views

How to get client's rating from vendorProposal query

we are developing web app with integration with Upwork Graphql API to display our company contracts and proposals. We need a way to get client's rating and total spent information on proposal page. We ...
user25630121's user avatar
0 votes
1 answer
40 views

What is a callback URL in relation to API (Upwork)

I am an SEO professional and pretty new to APIs but I know some SQL, Python and JavaScript. I write code in Google App Scripts a lot so now that I'm working in Upwork a lot I want to see if I can ...
Grace Adato's user avatar
0 votes
0 answers
22 views

Is there a way to add manual time to a work diary via the new Upwork GraphQL API?

From what I can make out of the GraphQL and earlier APIs there is no method to add manual time to an activity for the freelancer. I've been reading the new current API documentation here: https://www....
ClearCrescendo's user avatar
0 votes
1 answer
87 views

Upwork API error -Warning: 299 Accessing API with invalid key

I get this error message : <message>Warning: 299 - "Accessing API with invalid key"</message> with any request I send through Postman, I also send the access token with it as a ...
Ahmed Moustafa's user avatar
0 votes
0 answers
35 views

Is it possible to download the statements zip for Upwork via the REST API?

I am trying to figure out if it's possible to generate a statements zip file for Upwork using the REST API. I would like to be able to specify a start and end date and generate a zip containing the ...
carlspring's user avatar
  • 32.2k
0 votes
0 answers
32 views

Unable to send a message with createRoomStory GraphQL

I am trying to integrate the send message API to a room. But unable to get a better help from the documentation. Unable to fund the related values to be put in the object. Can someone please share ...
Abuzer Firdousi's user avatar
0 votes
0 answers
212 views

0auth 2.0 Obtaining an authorization code for Upwork API

I'm trying to obtain an authorization code in order to use the Upwork API, using Oauth 2.0. I send a GET request in the body using x-www-form-urlendcoded (have tried form-data as well) on Postman to &...
lss555's user avatar
  • 75
1 vote
0 answers
138 views

How to retrieve vendor proposals

I'm trying to pull vendorProposals from UpWorks GraphQL API. I generated this query in the GraphQL API Explorer. Any help is appreciated. query: { vendorProposals(filter: {status_eq: Accepted}, ...
Ryan Beasley's user avatar
0 votes
1 answer
180 views

What is expected date format in Upwork GraphQL API?

Im trying to access Time Report via Upwork GraphQL API using this query: query { timeReport(filter: { organizationId_eq: "12345679", timeReportDate_bt: { rangeStart: "2023-11-01",...
Viperet's user avatar
  • 1,404
0 votes
0 answers
15 views

How to e-Return submit?

Please all gays help me How to e-Return submit? I was trying but I can't. I hope now solve this problem if anyone helps me. if anyone help me please contact me i will waiting for this problems ...
Jannatul Naim's user avatar
0 votes
1 answer
90 views

Why upwork authentication api always response failed?

I am building an application with Upwork api. Now I do the first thing to get a grant code to exchange access token. The api documentation says: ====== Endpoint GET /ab/account-security/oauth2/...
Jason Huo's user avatar
0 votes
0 answers
69 views

Trouble obtaining detailed profile information about the job

I use this Upwork's endpoint '/api/profiles/v1/jobs/{job_key}.{format}' for getting detailed profile information about the job. Recently I got a problem by getting 'Forbidden: Freelancer profile is ...
Denys Zakharkevych's user avatar
0 votes
0 answers
143 views

Trouble Obtaining Auth Token from Upwork API Python

I have an Upwork API associated with my account, and I'm trying to use it for messaging purposes. I am following the API reference documentation. I have both the consumer and secret keys. However, I'...
Muhammad Daniyal's user avatar
9 votes
2 answers
869 views

Is there a way to search through job postings with new Upwork GraphQL API?

Since Upwork is deprecating REST API support on December 15, I've started refactoring my application to support new GraphQL API. My main REST API requests are: Search Jobs: GET /api/profiles/v2/search/...
Mehoff's user avatar
  • 124

15 30 50 per page