Fetch Application

Job Visibility filter

📘

Confidential jobs

This endpoint doesn't return applications belonging to confidential jobs by default.

If you want to include applications belonging to confidential jobs add confidential to job_visibility filter (filter[job_visibility]) alongside other visibility options.


Including Structured Section Responses

If you want to include structured section responses in your request, ensure your params include the following: include=structured_section_responses.answers


Attachments

To include application attachments (e.g. CVs) in your response, use the extra_fields parameter:

https://your-subdomain.pinpointhq.com/api/v1/applications/1?extra_fields[applications]=attachments

This will return the application with the attachments.

Note: You must scope the extra field under applications:

✅ extra_fields[applications]=attachments

🔴 extra_fields=attachments (wrong)

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!