Skip to main content

Application information

GET 

/applications/:id

This endpoint retrieve and returns basic information about the application of an investor.

Request

Path Parameters

    id uuidrequired

Header Parameters

    X-API-Key stringrequired

Responses

The request has succeeded.

Schema

    id uuidrequired

    Application ID.

    sharedAt date-timerequired

    UTC Date and time (RFC3339) corresponding to the time when the investor identity was shared and the application was created.

    type InvestorType (string)required

    Type of investor.

    Possible values: [BusinessAngel, VentureCapital]

    investorId uuid

    Investor ID.

    status ApplicationStatus (string)required

    Status of the application.

    Possible values: [NotStarted, WaitingForUserAction, PendingVerification, Approved, Rejected]

    email string

    Email of the investor owner.