For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
SupportDeel Home
OverviewPlatformEmployer of RecordContractorsGlobal PayrollHREmbeddedDeel ITAPI ReferenceChangelog
OverviewPlatformEmployer of RecordContractorsGlobal PayrollHREmbeddedDeel ITAPI ReferenceChangelog
  • Resources
    • Blog
    • Community
    • API spec
  • HRIS Guides
    • Introduction
  • HRIS Common Use Cases
    • Sync Deel users to identity providers
  • SCIM API
    • Overview
  • HRIS Endpoints
  • ATS Guides
    • Introduction
    • Getting started
    • Manage jobs
    • Manage candidates and applications
    • Webhooks
  • ATS Common Use Cases
    • From candidate to contract
  • ATS Endpoints
      • POSTAdd note to an application
      • POSTAssociate application with an interview plan stage
      • POSTCreate ATS Application
      • GETRetrieve a list of ATS applications
      • GETRetrieve ATS application
LogoLogo
SupportDeel Home
ATS EndpointsAts Applications

Retrieve ATS application

GET
/ats/applications/:application_id
GET
/rest/v2/ats/applications/:application_id
$curl https://api.letsdeel.com/rest/v2/ats/applications/1b9d6c7e-2c3f-4f5a-8b6c-7d8e9f0a1b2c \
> -H "Authorization: Bearer <token>"
1{
2 "data": {
3 "id": "a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d",
4 "job": {
5 "id": "b2c3d4e5-f6a7-4b8c-9d0e-1f2a3b4c5d6e",
6 "title": "Senior Software Engineer"
7 },
8 "notes": [
9 {
10 "id": "f6a7b8c9-d0e1-4f2a-3b4c-5d6e7f8a9b0c",
11 "created_at": "2024-11-01T10:30:00Z",
12 "created_by": "a7b8c9d0-e1f2-4a3b-4c5d-6e7f8a9b0c1d",
13 "updated_at": "2024-11-15T14:45:00Z",
14 "richtext_content": "<p>This candidate has excellent experience in backend development.</p>"
15 }
16 ],
17 "candidate": {
18 "id": "a9b0c1d2-e3f4-4a5b-6c7d-8e9f0a1b2c3d",
19 "email": "john.doe@example.com",
20 "last_name": "Doe",
21 "first_name": "John",
22 "attachments": [
23 {
24 "id": "b0c1d2e3-f4a5-4b6c-7d8e-9f0a1b2c3d4e",
25 "ai_summary": "Resume shows 7 years of software engineering experience with expertise in full-stack development. Strong background in React, Node.js, and cloud technologies."
26 }
27 ],
28 "phone_number": "+1234567890",
29 "candidate_tags": [],
30 "import_session_id": null,
31 "profile_picture_url": null
32 },
33 "job_board": {
34 "id": "c1d2e3f4-a5b6-4c7d-8e9f-0a1b2c3d4e5f",
35 "type": "INTERNAL_CAREER_PAGE"
36 },
37 "created_at": "2024-10-15T09:12:00Z",
38 "created_by": "d4e5f6a7-b8c9-4d0e-1f2a-3b4c5d6e7f8a",
39 "numeric_id": 2561,
40 "updated_at": "2024-11-20T11:45:00Z",
41 "job_posting": {
42 "id": "c3d4e5f6-a7b8-4c9d-0e1f-2a3b4c5d6e7f",
43 "title": "Job posting"
44 },
45 "referred_by": null,
46 "source_slug": "INTERNAL_CAREER_PAGE",
47 "job_employment_type": {
48 "id": "e1f2a3b4-c5d6-4e7f-8a9b-0c1d2e3f4a5b",
49 "employment_type": {
50 "id": "f2a3b4c5-d6e7-4f8a-9b0c-1d2e3f4a5b6c",
51 "name": "Full-time"
52 }
53 },
54 "job_posting_publication": {
55 "id": "d2e3f4a5-b6c7-4d8e-9f0a-1b2c3d4e5f6a"
56 },
57 "referral_form_submission": {
58 "id": "f0a1b2c3-d4e5-4f6a-7b8c-9d0e1f2a3b4c",
59 "form_builder_stringified": null
60 },
61 "moved_to_current_stage_at": "2024-11-18T12:30:00Z",
62 "job_posting_publication_state": {
63 "id": "e3f4a5b6-c7d8-4e9f-0a1b-2c3d4e5f6a7b",
64 "state_slug": "PUBLISHED_BASIC"
65 },
66 "application_job_criterias_matchings": [
67 {
68 "id": "e7f8a9b0-c1d2-4e3f-4a5b-6c7d8e9f0a1b",
69 "is_matched": "MATCHED",
70 "description": "The candidate has 5+ years of experience in React and TypeScript",
71 "job_criteria": {
72 "id": "f8a9b0c1-d2e3-4f4a-5b6c-7d8e9f0a1b2c",
73 "title": "Frontend Development Experience",
74 "description": "5+ years of experience with React, TypeScript, and modern frontend frameworks"
75 }
76 }
77 ],
78 "all_application_interview_plan_stages": [
79 {
80 "id": "b8c9d0e1-f2a3-4b4c-5d6e-7f8a9b0c1d2e",
81 "offers": [],
82 "updated_at": "2024-11-10T16:20:00Z",
83 "interview_plan_stage": {
84 "id": "c9d0e1f2-a3b4-4c5d-6e7f-8a9b0c1d2e3f",
85 "name": "Phone Screen",
86 "default_type_slug": "phone_screen",
87 "category_type_slug": "ACTIVE"
88 }
89 }
90 ],
91 "application_automation_rule_executions": [],
92 "current_application_interview_plan_stage": {
93 "id": "d4e5f6a7-b8c9-4d0e-1f2a-3b4c5d6e7f8a",
94 "interview_plan_stage": {
95 "id": "c9d0e1f2-a3b4-4c5d-6e7f-8a9b0c1d2e3f",
96 "name": "Phone Screen",
97 "default_type_slug": "phone_screen",
98 "category_type_slug": "ACTIVE"
99 }
100 },
101 "application_form_submission": {
102 "id": "509d5153-5b10-4718-b16f-417e726d39f1",
103 "answers": [
104 {
105 "answer": "John Doe",
106 "question_text": "Full Name",
107 "question_type": "FREETEXT",
108 "data_binding_id": "83a642fd-de0a-45f6-8fe0-b9188ed72990"
109 }
110 ]
111 }
112 }
113}

Retrieves a single application by its application_id, including associated job details, job posting details, and related metadata. Token scopes: ats:read

Was this page helpful?
Previous

Retrieve paginated list of ATS attachment files

Next
Built with

Authentication

AuthorizationBearer
## Authentication The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail. ```curl curl -X GET 'https://api.letsdeel.com/rest/v2/contracts' \ -H 'Authorization: Bearer YOUR-TOKEN-HERE' ``` [Learn more about authentication](/api/authentication)
OR
AuthorizationBearer

Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/

Path parameters

application_idstringRequiredformat: "uuid"
Unique identifier of the application to retrieve

Response

Successful response with application data
dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error

Authentication

The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail.

1curl -X GET 'https://api.letsdeel.com/rest/v2/contracts' \
2 -H 'Authorization: Bearer YOUR-TOKEN-HERE'

Learn more about authentication