Lookup project by ciphertext or UID
Projects
Lookup project by ciphertext or UID
Returns a single project by its Upwork ciphertext (~123456) or UID. This endpoint consumes credits when returning a project that hasn’t been accessed before in the current billing period.
GET
Lookup project by ciphertext or UID
Authorizations
API token for authentication
Query Parameters
Upwork job ciphertext (e.g., ~123456). Provide either ciphertext or uid, not both.
Pattern:
^~\d+$Example:
"~0123456789"
Upwork job UID. Provide either ciphertext or uid, not both.
Example:
"1234567890123456789"