Skip to main content
GET
/
athlete
/
jobs
/
{jobId}
/
download-contract-pdf
Download athlete job contract as PDF only (no asset bundle)
curl --request GET \
  --url http://localhost/mogl/mogl-backend/api/athlete/jobs/{jobId}/download-contract-pdf \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Path Parameters

jobId
integer
required

Partner job ID.

Example:

1

Response

Contract PDF file (Content-Disposition: attachment; filename={athleteId}-contract-from-{jobId}.pdf).

The response is of type file.