Get application details
This endpoint retrieves the complete information of an application, including the resume, cover letter and pre-screening question responses if applicable.
Endpoint
POST /api/v1/{locale}/applications/get
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
id | string | The application identifier | Required |
api_token | string | Your API key | required or bearer token |
Errors
| Code | Message |
|---|---|
| 401 | Unauthorized |
| 403 | Forbidden (e.g.: resume access restricted before a certain stage) |
| 404 | Not Found |
| 500 | Internal Server Error |