cURL
curl --request GET \ --url https://api.hirehive.com/v1.0/{company_id}/candidates/{candidate_id}/applications/{application_id}/resume/{resume_id}/{file_version} \ --header 'Authorization: Bearer <token>'
{ "data": { "name": "<string>", "original_name": "<string>", "content_type": "<string>", "file_extension": "<string>", "id": "<string>", "type": "inbound_email_attachment", "download_link": "<string>" } }
Get resume information for an application
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
original
pdf
The response is of type object.
object
Was this page helpful?