GET
/
assessment
/
orders
/
open
{
  "status": "success",
  "data": {
    "next": "<string>",
    "results": [
      {
        "id": "<string>",
        "package_id": "<string>",
        "candidate": {
          "email": "<string>",
          "first_name": "<string>",
          "last_name": "<string>",
          "phone": "<string>",
          "remote_id": "<string>"
        }
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Create an API key on the Secrets page in the Kombo dashboard.

Headers

X-Integration-Id
string
required

ID of the integration you want to interact with.

Query Parameters

cursor
string

An optional cursor string used for pagination. This can be retrieved from the next property of the previous page response.

page_size
integer
default:
100

The number of results to return per page. Maximum is 250.

Required range: 1 < x < 250

Response

200 - application/json
data
object
required
status
enum<string>
required
Available options:
success