Skip to main content

Create an Agent Verification

POST 

/v1/agent-verifications

Create an Agent Verification

Request​

Header Parameters

    Idempotency-Key string

    Idempotency key

Body

required
    oneOf
    firstName stringrequired

    Possible values: <= 255 characters

    First name of Agent

    lastName stringrequired

    Possible values: <= 255 characters

    Last name of Agent

    organisationId stringrequired

    Id of the Organisation for which the Agent Verification is for

    email stringrequired

    Possible values: <= 255 characters

    Email Id of the agent

    title string

    Possible values: <= 255 characters

    Job Title

    organisationWebsite websitenullable

    Possible values: <= 255 characters

    Organisation Website link

    language string

    Valid RFC 5646 language code

Responses​

Successfully created a Agent Verification

Schema
    data object
    id string
    firstName string
    lastName string
    organisationId stringnullable

    Organisation Id

    organisation object
    id stringnullable

    Organisation Id

    email stringnullable

    Organisation email

    name nullable

    Organisation name

    email email
    language string
    validationRequestId stringnullable
    validationRequest object
    name stringnullable
    title stringnullable
    rejectionReason stringnullabledeprecated

    Possible values: [Validation request failed, User verification expired, Identity check failed, No evidence agent’s email is associated with organisation, Agent/nonprofit will reapply, Agent used fake or test email, No online presence to complete check, Nonprofit association expired, Other]

    Reason for rejecting agent verification

    rejectionReasonCode stringnullable

    Possible values: [validation_request_failed, user_verification_expired, user_failed_percent_review, reapply, fake_email_used, no_online_presence, nonprofit_association_expired, invalid_documentation, fake_documentation, mismatched_information, blank_corrupted_documentation, suspicious_application, other]

    Reason code for rejecting agent verification

    createdAt date-time
    status string

    Possible values: [pending, pending_user_verification, pending_review, approved, rejected]

    externalActionRequired boolean
    object string
Loading...