Discussions
How can we fetch candidate id when an application is submitted or when application status is modified?
How can we fetch candidate id when an application is submitted or when application status is modified?
Currently we only get applicant id with the webhooks data. - https://developers.pinpointhq.com/reference/get-application
Need more information for Create Application endpoint
For "cv_base64_data": "data:application/pdf;base64,...[DATA]..." field, what is the ...[DATA]... referring to? I am using Python w/ REST API and I have resumes pdfs located on a local directory. Not sure if I understand the Data URL reference, especially from a Python standpoint.
We hooks to integrate an assessment
I have a client that uses pinpoint and one of our applicant assessments. Is it possible to use webhooks or your API to allocate a test to an applicant and receive a callback with the test result? We have APIs available for these tasks
Is there any ability to perform administrative tasks via the API?
Due to the lack of JIT or SCIM provisioning in the current SAML integration, we'd like to be able to automate provisioning ourselves by either a webhook (triggered by a new team member added) or poll team members via the API for new members added (and then use the Okta API to automatically assign the SAML application to the new team member) and also automatically remove team members if their Okta account is deactivated. I know JIT provisioning is on the road map for Pinpoint, but it still wouldn't solve the deprovisioning piece, so I am wondering if this is something we can do via webhooks or the API.
How to GET applications from Confidential Jobs?
GET /api/v1/applications/{id} returns 404 not found if the job is marked as confidential.
Is there a workaround for this?
Can you pull DEI related info for the applicant?
Can you pull DEI related info for the applicant?
Integrate as a free job board
Hi,
Source Address of Webhooks
We would like to integrate using the Webook capabilities with an application that is behind a firewall. Is it possible to know what IP address(es) the Webhook is sent from?
How get Departments and Locations list
Hi
I use your API for displaying jobs on https://www.closetamerica.com/
I need to get a list of all departments and locations to display like a category on site page, but I can get it only by next links if I login into the pinpoint admin page
https://closetamerica.pinpointhq.com/admin/api/v1/departments/
http://joxi.ru/a2XoG3pulYXkGm
https://closetamerica.pinpointhq.com/admin/api/v1/locations/
http://joxi.ru/82QlNYdtVxeN5m
How to get departments and locations by API using API key?
Thanks for the answer =)