# Get an applicant Get data on a created applicant Endpoint: GET /applicants/{applicant_id} Security: Your API key ## Path parameters: - `applicant_id` (string, required) A unique identifier of an applicant, that is assigned by our system after an applicant object was created with a “Create an applicant” request Example: "723f46ab04feb64f442946f2953a67eaecf7" ## Response 400 fields (application/json): - `type` (string) Example: "bad_request" - `errors` (array) ## Response 500 fields (application/json): - `type` (string) Example: "internal_server" - `errors` (array)