curl --request GET \
--url https://api.openint.dev/v0/unified/ats/candidate \
--header 'x-apikey: <api-key>' \
--header 'x-connection-id: <api-key>'
{
"next_cursor": "<string>",
"has_next_page": true,
"items": [
{
"id": "<string>",
"created_at": "<string>",
"modified_at": "<string>",
"name": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"company": "<string>",
"title": "<string>",
"last_interaction_at": "<string>",
"is_private": true,
"can_email": true,
"locations": [
"<any>"
],
"phone_numbers": [
{}
],
"email_addresses": [
{}
],
"tags": [
"<string>"
],
"applications": [
"<any>"
],
"attachments": [
"<any>"
],
"raw_data": {}
}
]
}
full
, incremental
Successful response
The response is of type object
.
curl --request GET \
--url https://api.openint.dev/v0/unified/ats/candidate \
--header 'x-apikey: <api-key>' \
--header 'x-connection-id: <api-key>'
{
"next_cursor": "<string>",
"has_next_page": true,
"items": [
{
"id": "<string>",
"created_at": "<string>",
"modified_at": "<string>",
"name": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"company": "<string>",
"title": "<string>",
"last_interaction_at": "<string>",
"is_private": true,
"can_email": true,
"locations": [
"<any>"
],
"phone_numbers": [
{}
],
"email_addresses": [
{}
],
"tags": [
"<string>"
],
"applications": [
"<any>"
],
"attachments": [
"<any>"
],
"raw_data": {}
}
]
}