# `/project/{projectname}/join` - POST Lets the authenticated account join the project. ## HTTP Headers | Header | Content | |---------------|--------------------| | Authorization | `Bearer {token}` | | Content-Type | `application/json` | ## Content - JSON | Field | Description | |---------|-----------------------------------------------------------| | message | The request message the projects maintainers will review. | ## Responses ### 200 - Success Your request will be reviewed. ### 208 - Already Reported You already joined the project. ### 403 - Error: Forbidden Blocked for security reasons. ### 404 - Error: Not Found The project wasn't found.