5cb82e369b70

latestOpenAPI 3.0.32026-08-06134961.9 KB
Onboarding flow

Get existing framework agreement(s)

Get existing signed and unsigned framework agreement (if any) for the given worker.

get/public/onboarding/v1/get-framework-agreement

Query parameters

workerIdstring uuid required

The unique id of the worker, as returned from the /create-worker endpoint.

Response

Successfully created the agreement

Example response

{
  "signedAgreement": {
    "documentId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  },
  "unsignedAgreement": {
    "signingUrlExpirationTimestamp": "2000-01-23T04:56:07.000+00:00",
    "signingUrl": "https://openapi-generator.tech"
  }
}