Consents are documents that must be signed by the candidate before a report can be generated. Use this resource to retrieve the necessary consents for a given account package and candidate location.
Retrieve the necessary consents for a given account package and candidate location
| account_package_id required | string <uuid> Account package ID. Use |
| candidate_location[city] | string City location of the candidate. |
| candidate_location[country] | string Country code of the candidate location. If not provided, default value is US. |
| candidate_location[state] required | string State location of the candidate. Two-letter state abbreviation. |
Consent details.
Unauthorized
Not Found
[- {
- "id": "string",
- "name": "string",
- "title": "string",
- "url": "string",
- "updated_at": "string",
- "text": "string"
}
]