When an invitation is created, Yardstik will invite the candidate to complete their report (by email and/or SMS depending on your settings). The invitation will include a link to the candidate's unique intake form. When the candidate accesses their form, the information they're required to enter will be defined by the package you chose when you created the invitation. For a broader explanation, see Order Your First Report.
Invitations have their own statuses that can be tracked using the GET operation.
Note: By default, invitations expire 7 days after they're created, but you can change that timeframe in your Notifications Settings. The changes you make will be applied to new invitations; they won't impact any existing ones.
Retrieve a paginated list of invitations. See Pagination.
List of invitations.
Unauthorized
Not Found
{- "object": "list",
- "meta": {
- "page": 2,
- "per_page": 25,
- "total_count": 137,
- "total_pages": 6
}, - "data": [
- {
- "id": "string",
- "status": "string",
- "external_id": "string",
- "platform_service_id": "string",
- "expires_at": "2019-08-24T14:15:22Z",
- "canceled_at": "2019-08-24T14:15:22Z",
- "confirmation_code": "string",
- "account_id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "account_name": "string",
- "created_at": "string",
- "updated_at": "string",
- "logo": "string",
- "report_urls": [
- "string"
], - "styles": {
- "theme_base": "string",
- "primary_color": "string",
- "bg_image": "string"
}, - "candidate": {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "object": "candidate",
- "full_name": "string",
- "first_name": "string",
- "middle_name": "string",
- "no_middle_name": true,
- "last_name": "string",
- "email": "joe.clean@example.com",
- "phone": "+14155552671",
- "ssn": "111-22-3333",
- "ssn_masked": "string",
- "additional_data": { },
- "guardian": {
- "first_name": "string",
- "last_name": "string",
- "email": "string"
}, - "active": true,
- "copy_requested": true,
- "date_of_birth": "2019-08-24T14:15:22Z",
- "date_of_birth_masked": "string",
- "gender": "string",
- "driver_license_number": "string",
- "driver_license_number_masked": "string",
- "driver_license_state": "string",
- "previous_driver_license_number": "string",
- "previous_driver_license_state": "string",
- "evergreen": true,
- "external_id": "string",
- "account": {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "account_name": "string",
- "support_email_address": "string"
}, - "reports": [
- {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "status": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "submitted_at": "2019-08-24T14:15:22Z",
- "completed_at": "2019-08-24T14:15:22Z",
- "account_package_id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "external_reference": { },
- "meta": { }
}
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "meta": {
- "entity": "string",
- "create_report": "string"
}
}, - "account": {
- "account_name": "string",
- "support_email_address": "string",
- "support_phone": "string"
}, - "meta": {
- "entity": "string",
- "apply_url": "string"
}, - "report": {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "status": "string"
}
}
]
}Creates a new invitation and emails the candidate asking them to complete a report.
| account_package_id | string <uuid> Account package ID you want to use for this invitation. Use |
| candidate_id | string <uuid> ID of the candidate to invite. |
| expires_at | string <date-time> The date when the invitation should expire. If not provided, the expiration date will be calculated based on your account's notification settings. |
Invitation was created successfully.
Unauthorized
Not Found
Unprocessable Entity
{ }{- "id": "string",
- "status": "string",
- "external_id": "string",
- "platform_service_id": "string",
- "expires_at": "2019-08-24T14:15:22Z",
- "canceled_at": "2019-08-24T14:15:22Z",
- "confirmation_code": "string",
- "account_id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "account_name": "string",
- "created_at": "string",
- "updated_at": "string",
- "logo": "string",
- "report_urls": [
- "string"
], - "styles": {
- "theme_base": "string",
- "primary_color": "string",
- "bg_image": "string"
}, - "candidate": {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "object": "candidate",
- "full_name": "string",
- "first_name": "string",
- "middle_name": "string",
- "no_middle_name": true,
- "last_name": "string",
- "email": "joe.clean@example.com",
- "phone": "+14155552671",
- "ssn": "111-22-3333",
- "ssn_masked": "string",
- "additional_data": { },
- "guardian": {
- "first_name": "string",
- "last_name": "string",
- "email": "string"
}, - "active": true,
- "copy_requested": true,
- "date_of_birth": "2019-08-24T14:15:22Z",
- "date_of_birth_masked": "string",
- "gender": "string",
- "driver_license_number": "string",
- "driver_license_number_masked": "string",
- "driver_license_state": "string",
- "previous_driver_license_number": "string",
- "previous_driver_license_state": "string",
- "evergreen": true,
- "external_id": "string",
- "account": {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "account_name": "string",
- "support_email_address": "string"
}, - "reports": [
- {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "status": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "submitted_at": "2019-08-24T14:15:22Z",
- "completed_at": "2019-08-24T14:15:22Z",
- "account_package_id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "external_reference": { },
- "meta": { }
}
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "meta": {
- "entity": "string",
- "create_report": "string"
}
}, - "account": {
- "account_name": "string",
- "support_email_address": "string",
- "support_phone": "string"
}, - "meta": {
- "entity": "string",
- "apply_url": "string"
}, - "report": {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "status": "string"
}
}Retrieve an invitation with the given ID.
Invitation details.
Unauthorized
Not Found
{- "id": "string",
- "status": "string",
- "external_id": "string",
- "platform_service_id": "string",
- "expires_at": "2019-08-24T14:15:22Z",
- "canceled_at": "2019-08-24T14:15:22Z",
- "confirmation_code": "string",
- "account_id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "account_name": "string",
- "created_at": "string",
- "updated_at": "string",
- "logo": "string",
- "report_urls": [
- "string"
], - "styles": {
- "theme_base": "string",
- "primary_color": "string",
- "bg_image": "string"
}, - "candidate": {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "object": "candidate",
- "full_name": "string",
- "first_name": "string",
- "middle_name": "string",
- "no_middle_name": true,
- "last_name": "string",
- "email": "joe.clean@example.com",
- "phone": "+14155552671",
- "ssn": "111-22-3333",
- "ssn_masked": "string",
- "additional_data": { },
- "guardian": {
- "first_name": "string",
- "last_name": "string",
- "email": "string"
}, - "active": true,
- "copy_requested": true,
- "date_of_birth": "2019-08-24T14:15:22Z",
- "date_of_birth_masked": "string",
- "gender": "string",
- "driver_license_number": "string",
- "driver_license_number_masked": "string",
- "driver_license_state": "string",
- "previous_driver_license_number": "string",
- "previous_driver_license_state": "string",
- "evergreen": true,
- "external_id": "string",
- "account": {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "account_name": "string",
- "support_email_address": "string"
}, - "reports": [
- {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "status": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "submitted_at": "2019-08-24T14:15:22Z",
- "completed_at": "2019-08-24T14:15:22Z",
- "account_package_id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "external_reference": { },
- "meta": { }
}
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "meta": {
- "entity": "string",
- "create_report": "string"
}
}, - "account": {
- "account_name": "string",
- "support_email_address": "string",
- "support_phone": "string"
}, - "meta": {
- "entity": "string",
- "apply_url": "string"
}, - "report": {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "status": "string"
}
}Permanently delete an invitation with the given ID.
No Content.
Unauthorized
Not Found
Unprocessable Entity
{- "errors": [
- "Not Authenticated"
]
}Cancel an invitation with the given ID..
Invitation successfully canceled.
Unauthorized
Not Found
Unprocessable Entity
{- "id": "string",
- "status": "string",
- "external_id": "string",
- "platform_service_id": "string",
- "expires_at": "2019-08-24T14:15:22Z",
- "canceled_at": "2019-08-24T14:15:22Z",
- "confirmation_code": "string",
- "account_id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "account_name": "string",
- "created_at": "string",
- "updated_at": "string",
- "logo": "string",
- "report_urls": [
- "string"
], - "styles": {
- "theme_base": "string",
- "primary_color": "string",
- "bg_image": "string"
}, - "candidate": {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "object": "candidate",
- "full_name": "string",
- "first_name": "string",
- "middle_name": "string",
- "no_middle_name": true,
- "last_name": "string",
- "email": "joe.clean@example.com",
- "phone": "+14155552671",
- "ssn": "111-22-3333",
- "ssn_masked": "string",
- "additional_data": { },
- "guardian": {
- "first_name": "string",
- "last_name": "string",
- "email": "string"
}, - "active": true,
- "copy_requested": true,
- "date_of_birth": "2019-08-24T14:15:22Z",
- "date_of_birth_masked": "string",
- "gender": "string",
- "driver_license_number": "string",
- "driver_license_number_masked": "string",
- "driver_license_state": "string",
- "previous_driver_license_number": "string",
- "previous_driver_license_state": "string",
- "evergreen": true,
- "external_id": "string",
- "account": {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "account_name": "string",
- "support_email_address": "string"
}, - "reports": [
- {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "status": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "submitted_at": "2019-08-24T14:15:22Z",
- "completed_at": "2019-08-24T14:15:22Z",
- "account_package_id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "external_reference": { },
- "meta": { }
}
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "meta": {
- "entity": "string",
- "create_report": "string"
}
}, - "account": {
- "account_name": "string",
- "support_email_address": "string",
- "support_phone": "string"
}, - "meta": {
- "entity": "string",
- "apply_url": "string"
}, - "report": {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "status": "string"
}
}Refresh an invitation with the given invitation_id.
Minimum expires_at date must be 24 hours in the future. There is no maximum.
Can only refresh when the invitation is in expired or canceled status.
Invitation successfully refreshed.
Unauthorized
Not Found
Unprocessable Entity
{ }{- "id": "string",
- "status": "string",
- "external_id": "string",
- "platform_service_id": "string",
- "expires_at": "2019-08-24T14:15:22Z",
- "canceled_at": "2019-08-24T14:15:22Z",
- "confirmation_code": "string",
- "account_id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "account_name": "string",
- "created_at": "string",
- "updated_at": "string",
- "logo": "string",
- "report_urls": [
- "string"
], - "styles": {
- "theme_base": "string",
- "primary_color": "string",
- "bg_image": "string"
}, - "candidate": {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "object": "candidate",
- "full_name": "string",
- "first_name": "string",
- "middle_name": "string",
- "no_middle_name": true,
- "last_name": "string",
- "email": "joe.clean@example.com",
- "phone": "+14155552671",
- "ssn": "111-22-3333",
- "ssn_masked": "string",
- "additional_data": { },
- "guardian": {
- "first_name": "string",
- "last_name": "string",
- "email": "string"
}, - "active": true,
- "copy_requested": true,
- "date_of_birth": "2019-08-24T14:15:22Z",
- "date_of_birth_masked": "string",
- "gender": "string",
- "driver_license_number": "string",
- "driver_license_number_masked": "string",
- "driver_license_state": "string",
- "previous_driver_license_number": "string",
- "previous_driver_license_state": "string",
- "evergreen": true,
- "external_id": "string",
- "account": {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "account_name": "string",
- "support_email_address": "string"
}, - "reports": [
- {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "status": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "submitted_at": "2019-08-24T14:15:22Z",
- "completed_at": "2019-08-24T14:15:22Z",
- "account_package_id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "external_reference": { },
- "meta": { }
}
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "meta": {
- "entity": "string",
- "create_report": "string"
}
}, - "account": {
- "account_name": "string",
- "support_email_address": "string",
- "support_phone": "string"
}, - "meta": {
- "entity": "string",
- "apply_url": "string"
}, - "report": {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "status": "string"
}
}