Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Examples:
"22f210e4-4455-4107-b132-97e8478546ea"
Body
application/json
- When using this feature, Lightning Verification will send the applicant an email to invite the business. This flow captures and verifies company details, ONLY.
- Please reach out to your customer success team in order to enable this feature.
Example:
{
"business": { "name": "Jim Tester's Electronics" },
"applicants": [
{
"first_name": "Jim",
"last_name": "Tester",
"email": "jim.tester@email.com"
}
],
"is_lightning_verification": true
}