Offers
The Offer object is used to represent an offer for a candidate's application specific to a job.
Properties

idString
Required

remote_idString
Optional
The third-party API ID of the matching object.

applicationString
Optional
The application who is receiving the offer.
The Application object
The Application Object is used to represent a candidate's journey through a particular Job's recruiting process. If a Candidate applies for multiple Jobs, there will be a separate Application for each Job if the third-party integration allows it.
JSON
{
"id": "92e8a369-fffe-430d-b93a-f7e8a16563f1",
"remote_id": "98796",
"candidate": "2872ba14-4084-492b-be96-e5eee6fc33ef",
"job": "52bf9b5e-0beb-4f6f-8a72-cd4dca7ca633",
"applied_at": "2021-10-15T00:00:00Z",
"rejected_at": "2021-11-15T00:00:00Z",
"source": "Campus recruiting event",
"credited_to": "58166795-8d68-4b30-9bfb-bfd402479484",
"current_stage": "d578dfdc-7b0a-4ab6-a2b0-4b40f20eb9ea",
"reject_reason": "59b25f2b-da02-40f5-9656-9fa0db555784",
"remote_was_deleted": true,
"created_at": "2021-09-15T00:00:00Z",
"modified_at": "2021-10-16T00:00:00Z",
Show advanced fields
}
Properties

idString
Required

remote_idString
Optional
The third-party API ID of the matching object.

candidateString
Optional
The candidate applying.

jobString
Optional
The job being applied for.

applied_atString
Optional
When the application was submitted.

rejected_atString
Optional
When the application was rejected.

sourceString
Optional
The application's source.

credited_toString
Optional
The user credited for this application.

current_stageString
Optional
The application's current stage.

reject_reasonString
Optional
The application's reason for rejection.

remote_was_deletedBoolean
Required

created_atString
Required

modified_atString
Required
This is the datetime that this object was last updated by Merge

field_mappingsObject
Optional

remote_dataRemoteData[]
Optional

creatorString
Optional
The user who created the offer.

remote_created_atString
Optional
When the third party's offer was created.

closed_atString
Optional
When the offer was closed.

sent_atString
Optional
When the offer was sent.

start_dateString
Optional
The employment start date on the offer.

statusEnum
Optional
The offer's status. Possible values include: DRAFT, APPROVAL-SENT, APPROVED, SENT, SENT-MANUALLY, OPENED, DENIED, SIGNED, DEPRECATED. In cases where there is no clear mapping, the original value passed through will be returned.

remote_was_deletedBoolean
Required
Indicates whether or not this object has been deleted by third party webhooks.

created_atString
Required

modified_atString
Required
This is the datetime that this object was last updated by Merge

field_mappingsObject
Optional

remote_dataRemoteData[]
Optional

The Offer object
JSON
{
"id": "dd85625c-6a59-446f-a317-6de64d83bae7",
"remote_id": "9876",
"application": "2872ba14-4084-492b-be96-e5eee6fc33ef",
"creator": "52bf9b5e-0beb-4f6f-8a72-cd4dca7ca633",
"remote_created_at": "2021-10-15T00:00:00Z",
"closed_at": "2021-10-16T00:00:00Z",
"sent_at": "2021-10-15T00:00:00Z",
"start_date": "2021-11-15T00:00:00Z",
"status": "SENT",
"remote_was_deleted": true,
"created_at": "2021-09-15T00:00:00Z",
"modified_at": "2021-10-16T00:00:00Z",
Show advanced fields
}

GET
/offers

https://api.merge.dev/api/ats/v1/offers

US
EU

Returns a list of Offer objects.


Header Parameters

AuthorizationString
Required
Token-based authentication with required prefix "Bearer"

X-Account-TokenString
Required
Token identifying the end user.
Query & Path Parameters

application_idString
Optional
If provided, will only return offers for this application.

created_afterString
Optional
If provided, will only return objects created after this datetime.

created_beforeString
Optional
If provided, will only return objects created before this datetime.

creator_idString
Optional
If provided, will only return offers created by this user.

cursorString
Optional
The pagination cursor value.

expandString
Optional
Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.

include_deleted_dataBoolean
Optional
Whether to include data that was marked as deleted by third party webhooks.

include_remote_dataBoolean
Optional
Whether to include the original data Merge fetched from the third-party to produce these models.

modified_afterString
Optional
If provided, only objects synced by Merge after this date time will be returned.

modified_beforeString
Optional
If provided, only objects synced by Merge before this date time will be returned.

page_sizeInteger
Optional
Number of results to return per page.

remote_fieldsString
Optional
Deprecated. Use show_enum_origins.

remote_idString
Optional
The API provider's ID for the given object.

show_enum_originsString
Optional
Which fields should be returned in non-normalized form.

Response
JSON
{
"next": "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw",
"previous": "cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ",
"results": [
{
"id": "dd85625c-6a59-446f-a317-6de64d83bae7",
"remote_id": "9876",
"application": "2872ba14-4084-492b-be96-e5eee6fc33ef",
"creator": "52bf9b5e-0beb-4f6f-8a72-cd4dca7ca633",
"remote_created_at": "2021-10-15T00:00:00Z",
"closed_at": "2021-10-16T00:00:00Z",
"sent_at": "2021-10-15T00:00:00Z",
"start_date": "2021-11-15T00:00:00Z",
"status": "SENT",
"remote_was_deleted": true,
"created_at": "2021-09-15T00:00:00Z",
"modified_at": "2021-10-16T00:00:00Z",
Show advanced fields
}
]
}
Field support by platform
Ashby
Ashby

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

closed_atString

remote_created_atString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

start_dateString

statusEnum
Greenhouse
Greenhouse

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

closed_atString

remote_created_atString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

sent_atString

start_dateString

statusEnum
JobScore
JobScore

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

closed_atString

sent_atString

start_dateString

statusEnum
Jobvite
Jobvite

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

remote_dataRemoteData[]
pathstring
datastring

statusEnum
Lever
Lever

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

closed_atString

creatorString

remote_created_atString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

sent_atString

statusEnum
Oracle Taleo
Oracle Taleo

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

closed_atString

creatorString

remote_dataRemoteData[]
pathstring
datastring

sent_atString

start_dateString

statusEnum
SAP SuccessFactors
SAP SuccessFactors

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

closed_atString

creatorString

remote_created_atString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

sent_atString

start_dateString

statusEnum
SmartRecruiters
SmartRecruiters

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

remote_created_atString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

statusEnum
Workable
Workable

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

remote_created_atString

remote_dataRemoteData[]
pathstring
datastring
Hint: Use the /linked-accounts endpoint to pull platform support information.
GET
/offers/{id}

https://api.merge.dev/api/ats/v1/offers/{id}

US
EU

Returns an Offer object with the given id.


Header Parameters

AuthorizationString
Required
Token-based authentication with required prefix "Bearer"

X-Account-TokenString
Required
Token identifying the end user.
Query & Path Parameters

expandString
Optional
Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.

idString
Required

include_remote_dataBoolean
Optional
Whether to include the original data Merge fetched from the third-party to produce these models.

remote_fieldsString
Optional
Deprecated. Use show_enum_origins.

show_enum_originsString
Optional
Which fields should be returned in non-normalized form.

Response
JSON
{
"id": "dd85625c-6a59-446f-a317-6de64d83bae7",
"remote_id": "9876",
"application": "2872ba14-4084-492b-be96-e5eee6fc33ef",
"creator": "52bf9b5e-0beb-4f6f-8a72-cd4dca7ca633",
"remote_created_at": "2021-10-15T00:00:00Z",
"closed_at": "2021-10-16T00:00:00Z",
"sent_at": "2021-10-15T00:00:00Z",
"start_date": "2021-11-15T00:00:00Z",
"status": "SENT",
"remote_was_deleted": true,
"created_at": "2021-09-15T00:00:00Z",
"modified_at": "2021-10-16T00:00:00Z",
Show advanced fields
}
Field support by platform
Ashby
Ashby

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

closed_atString

remote_created_atString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

start_dateString

statusEnum
Greenhouse
Greenhouse

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

closed_atString

remote_created_atString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

sent_atString

start_dateString

statusEnum
JobScore
JobScore

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

closed_atString

sent_atString

start_dateString

statusEnum
Jobvite
Jobvite

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

remote_dataRemoteData[]
pathstring
datastring

statusEnum
Lever
Lever

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

closed_atString

creatorString

remote_created_atString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

sent_atString

statusEnum
Oracle Taleo
Oracle Taleo

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

closed_atString

creatorString

remote_dataRemoteData[]
pathstring
datastring

sent_atString

start_dateString

statusEnum
SAP SuccessFactors
SAP SuccessFactors

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

closed_atString

creatorString

remote_created_atString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

sent_atString

start_dateString

statusEnum
SmartRecruiters
SmartRecruiters

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

remote_created_atString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

statusEnum
Workable
Workable

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

remote_created_atString

remote_dataRemoteData[]
pathstring
datastring
Hint: Use the /linked-accounts endpoint to pull platform support information.