After creating a deal, your integration can retrieve its current state from Useme.This is useful when you want to synchronize your system with Useme, show the user the latest deal progress, or continue the flow after the deal has been created. The retrieved data includes the current public deal status, payment token, contractor assignment, stage identifier, currency, and billing summary.A common flow looks like this:2.
Create a deal using your own partner_id.
3.
Store the returned Useme deal id.
4.
Retrieve the deal when you need the latest status or payment information.
5.
Use the returned stage_id when uploading work files.
The retrieve endpoint only returns deals owned by the authenticated employer account. If a deal belongs to another account or does not exist, it is treated as not found.For the full request and response schema, see the Retrieve deal details endpoint reference. Modified at 2026-05-05 08:08:21