Contributor Guide
Download a CLA
How contributors download signed CLA records.
Purpose
Download a CLA version from your personal signing history.
Endpoint
GET /api/contributor/signatures/[signatureId]/download
Steps
- Open
/contributor. - Find the signature you want to download.
- Click the download action for that record.
- Save the file locally.
Access rules
- You must be signed in.
- You can only download signature records you own.
Troubleshooting
- 401/Sign in required: authenticate via GitHub and try again.
- 403/Forbidden: the signature ID does not belong to your account.
- 404/Not found: the signature record does not exist.