---
title: "Retrieve Candidate Invitation Link"
method: GET
path: "/order/{id}/invite"
tags: ["Order"]
---

# Retrieve Candidate Invitation Link

`GET /order/{id}/invite`

You can retrieve the candidate invitation login link and present the link to your candidate using an alternative method. As an example, after placing an INTERACTIVE order, you can retrieve the login link and present it in a redirect to keep your candidate in the same experience within your application.

## Path parameters

- `id` string, required

## Response `200`

Success Response

- OrderInviteResponse
  - `invitationUrl` string

## Other responses

- `401` — Unauthorized Response
- `500` — Internal Server error

---

[API](https://skmtc.dev/accuratebackground/apis/accurate-background-api.md) · [All operations](https://skmtc.dev/accuratebackground/apis/accurate-background-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/accuratebackground/accurate-background-api/revisions/a6ac3a5c01aa/schema)
