Easy Apply

Easy Apply

Easy Apply enables you, the opportunity owner, to retrieve applicants that applied to your opportunities on Passport.

This integration benefits both the opportunity owner and the applicant: the opportunity owner collects applicants on Passport instead of routing applicants off of Passport to apply, resulting in higher conversation rate of applicants, and applicants enjoy a seamless one click application experience on Passport.

Retrieving job applications is a multi-step process involving the below API calls, which your app will periodically invoke on a scheduled basis. Runs should be at least 10 minutes apart.

Getting Started

Once your app is configured, you may make API calls as described below.

Retrieve Access Token

Authorization for the requests below all require access tokens obtained via the OAuth 2 Client Credentials flow .

Be sure to follow the steps outlined in the above link:

After retrieving an access token, you can make authenticated requests for opportunities, and applications by adding the access token to the header of your request.

API Reference

Get organization opportunities

Sample Request

curl -X GET 'https://auth.onepassport.eu/opportunities' \
-H 'Authorization: Bearer {INSERT_TOKEN}'

Request Body

Field
Type
Description

token

string

Required. The string value of the token returned using Client Credential Flow or Authorization Code Flow

Sample Response

[{
    "_id": "84bdbe148390967805ed7856",
    "name": "Opportunity 1",
    "tagline": "Loren ipsum dolor sit amet",
    "status": "Published",
    "description": "El día había transcurrido del modo como suelen transcurrir estos días; lo había malbaratado, lo había consumido suavemente con mi manera primitiva y extraña de vivir; había trabajado un buen rato, dando vueltas a los libros viejos; había tenido dolores durante dos horas, como suele tenerlos la gente de alguna edad; había tomado unos polvos y me había alegrado de que los dolores se dejaran engañar; me había dado un baño caliente, absorbiendo el calorcillo agradable; había recibido tres veces el correo y hojeado las cartas, todas sin importancia, y los impresos, había hecho mi gimnasia respiratoria, dejando hoy por comodidad los ejercicios de meditación; había salido de paseo una hora y había visto dibujadas en el cielo bellas y delicadas muestras de preciosos cirros. Esto era muy bonito, igual que la lectura en los viejos libros y el estar tendido en el baño caliente; pero, en suma, no había sido precisamente un día encantador, no había sido un día radiante, de placer y Ventura, sino simplemente uno de estos días como tienen que ser, por lo visto, para mí desde hace mucho tiempo los corrientes y normales; días mesuradamente agradables, absolutamente llevaderos, pasables y tibios, de un señor descontento y de cierta edad; días sin dolores especiales, sin preocupaciones especiales, sin verdadero desaliento y sin desesperanza; días en los cuales puede meditarse tranquila y objetivamente, sin agitaciones ni miedos, hasta la cuestión de si no habrá llegado el instante de seguir el ejemplo del célebre autor de los Estudios y sufrir un accidente al afeitarse.",
    "required_applicant_data": ["Basic information", "Pitch", "Legal information", "Funding", "Financials & KPIs"],
    "dates": {
        "start": "2021-07-21T22:00:00.000Z",
        "end": "2021-08-27T22:00:00.000Z"
    },
    "cover_image": "https://images/boketto2.jpg",
    "owner": {
        "oid": "0ad5e8cb3d7f19ff3deec0ac",
        "oslug": "test1",
        "oname": "test1"
    },
    "board": {
        "columns": [{
            "cid": "xvzoky58GX",
            "name": "Submitted",
            "slug": "submitted",
            "color": "blue"
        }]
    },
    "createdAt": "2021-07-22T03:20:02.967Z",
    "slug": "opportunity-1",
    "createdBy": {
        "uid": "AWsNbybsN3mGxmcxf",
        "uname": "john.doe",
        "uavatar": "https://media.es/profile-displayphoto-shrink_100_100/0/1612178277896?e=1631145600&v=beta&t=MiLSQV9PxKBMyz12X5Zg39d7g8zLCs63SxN4khuKkuM"
    },
    "_version": 13,
    "modifiedAt": "2021-07-30T15:24:36.170Z",
    "modifierId": "AWsNbybsN3mGxmcxf",
    "friendlySlugs": {
        "slug": {
            "base": "opportunity-1",
            "index": 0
        }
    },
    "updatedAt": "2021-07-30T15:24:36.085Z",
    "elegibility": [{
        "schemaKey": "n_employees",
        "section": "Legal",
        "answers": [{
            "value": "1-10",
            "score": 0,
            "mandatory": false
        }, {
            "value": "11-50",
            "score": 0,
            "mandatory": false
        }, {
            "value": "51-200",
            "score": 0,
            "mandatory": true
        }, {
            "value": "200-500",
            "score": 0,
            "mandatory": true
        }, {
            "value": "+ 500",
            "score": 0,
            "mandatory": true
        }],
        "top_score": 0
    }, {
        "schemaKey": "address.country",
        "section": "Legal",
        "answers": [{
            "value": "Afghanistan",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Albania",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Algeria",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Andorra",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Angola",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Argentina",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Armenia",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Australia",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Austria",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Azerbaijan",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Bahamas",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Bahrain",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Bangladesh",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Barbados",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Belarus",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Belgium",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Belize",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Benin",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Bhutan",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Bolivia",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Bosnia and Herzegovina",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Botswana",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Brazil",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Brunei",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Bulgaria",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Burundi",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Cambodia",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Cameroon",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Canada",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Central African Republic",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Chad",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Chile",
            "score": 0,
            "mandatory": false
        }, {
            "value": "China",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Colombia",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Comoros",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Congo",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Costa Rica",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Côte d'Ivoire",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Croatia",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Cuba",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Cyprus",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Czech Republic",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Democratic Republic of the Congo",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Denmark",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Djibouti",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Dominica",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Dominican Republic",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Ecuador",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Egypt",
            "score": 0,
            "mandatory": false
        }, {
            "value": "El Salvador",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Equatorial Guinea",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Eritrea",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Estonia",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Eswatini",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Ethiopia",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Fiji",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Finland",
            "score": 0,
            "mandatory": false
        }, {
            "value": "France",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Georgia",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Germany",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Ghana",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Greece",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Grenada",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Guatemala",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Guinea",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Guyana",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Haiti",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Honduras",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Hungary",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Iceland",
            "score": 0,
            "mandatory": false
        }, {
            "value": "India",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Indonesia",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Iran",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Iraq",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Ireland",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Israel",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Italy",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Jamaica",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Japan",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Jordan",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Kazakhstan",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Kenya",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Kuwait",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Kyrgyzstan",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Laos",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Latvia",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Lesotho",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Liberia",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Libya",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Liechtenstein",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Lithuania",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Luxembourg",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Madagascar",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Malawi",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Malaysia",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Maldives",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Mali",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Malta",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Mauritania",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Mauritius",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Mexico",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Micronesia",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Moldova",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Monaco",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Mongolia",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Montenegro",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Morocco",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Mozambique",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Myanmar",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Namibia",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Nauru",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Nepal",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Netherlands",
            "score": 0,
            "mandatory": false
        }, {
            "value": "New Zealand",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Nicaragua",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Niger",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Nigeria",
            "score": 0,
            "mandatory": false
        }, {
            "value": "North Korea",
            "score": 0,
            "mandatory": false
        }, {
            "value": "North Macedonia",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Norway",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Oman",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Pakistan",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Palestine State",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Panama",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Papua New Guinea",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Paraguay",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Peru",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Philippines",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Poland",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Portugal",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Qatar",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Romania",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Russia",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Rwanda",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Samoa",
            "score": 0,
            "mandatory": false
        }, {
            "value": "San Marino",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Saudi Arabia",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Senegal",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Serbia",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Sierra Leone",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Singapore",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Slovakia",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Slovenia",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Solomon Islands",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Somalia",
            "score": 0,
            "mandatory": false
        }, {
            "value": "South Africa",
            "score": 0,
            "mandatory": false
        }, {
            "value": "South Korea",
            "score": 0,
            "mandatory": false
        }, {
            "value": "South Sudan",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Spain",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Sri Lanka",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Sudan",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Suriname",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Sweden",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Switzerland",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Syria",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Tajikistan",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Tanzania",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Thailand",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Togo",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Tonga",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Trinidad and Tobago",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Tunisia",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Turkey",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Turkmenistan",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Uganda",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Ukraine",
            "score": 0,
            "mandatory": false
        }, {
            "value": "United Arab Emirates",
            "score": 0,
            "mandatory": false
        }, {
            "value": "United Kingdom",
            "score": 0,
            "mandatory": false
        }, {
            "value": "United States of America",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Uruguay",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Uzbekistan",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Vatican",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Venezuela",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Vietnam",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Yemen",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Zambia",
            "score": 0,
            "mandatory": false
        }, {
            "value": "Zimbabwe",
            "score": 0,
            "mandatory": false
        }],
        "top_score": 0
    }, {
        "schemaKey": "founders_owned_equity",
        "section": "Financials",
        "answers": [{
            "value": "10",
            "score": 0,
            "mandatory": true
        }, {
            "value": "25",
            "score": 0,
            "mandatory": true
        }, {
            "value": "50",
            "score": 0,
            "mandatory": false
        }, {
            "value": "80",
            "score": 0,
            "mandatory": false
        }],
        "top_score": 0
    }, {
        "schemaKey": "funding_target_options",
        "section": "Financials",
        "answers": [{
            "value": "private",
            "score": 0,
            "mandatory": true
        }, {
            "value": "cascade",
            "score": 0,
            "mandatory": true
        }, {
            "value": "sme",
            "score": 0,
            "mandatory": true
        }],
        "top_score": 0
    }],
    "min_score": 100
}]

Get applications

Sample Request

curl -X GET 'https://auth.onepassport.eu/opportunities/{slug}/applications' \
-H 'Authorization: Bearer {INSERT_TOKEN}'

Query parameters

Field
Type
Description

slug

string

Required. The opportunity slug to fetch applications for

Request Body

Field
Type
Description

token

string

Required. The string value of the token returned using Client Credential Flow or Authorization Code Flow

Sample Response

[{
    "_id": "01f12d42eebe25c1c4626526",
    "slug": "opportunity-1",
    "owner": {
        "oid": "beb4164745d17bd99c0aac44",
        "oslug": "koalibrand-10",
        "oname": "Fake Corp."
    },
    "passport": {
        "profile": {
            "contact_email": "[email protected]",
            "name": "Fake Corp.",
            "tagline": "Loren ipsumaaSasdasd",
            "logo": "https://company-logo.jpg",
            "tags": ["food", "cinema"],
            "industry": "as45",
            "about": "addf df",
            "location": "Galicia",
            "technologies": ["tec1", "tec2"],
            "website": "http://hola.com"
        },
        "legal": {
            "legal_name": "FakeCorp",
            "year_founded": 1999,
            "n_employees": "51-200",
            "address": {
                "locality": "sadsasd",
                "country": "Albania",
                "postal_code": "fs",
                "region": "sdfsfd",
                "street": "sfdfsdfsdf"
            },
            "company_type": "startup",
            "registration": "973264872634",
            "vat": "297364273V"
        },
        "parentOrganization": {
            "name": "KoaliBrand",
            "type": "person"
        },
        "pitch": {
            "downloads": ["https://www.ecdc.europa.eu/sites/default/files/documents/EU-Login-Tutorial-1.0-e-Invoicing.pdf"],
            "highlights": ["fsdgsdfgdsfg", "sdfgsdfgasdasd"],
            "investor_panel": "https://www.youtube.com",
            "story": "sdfgsdfg",
            "team": "sdfgsdfg",
            "video": "https://www.youtube.com"
        },
        "media": {
            "logo": "https://company-logo.jpg",
            "demo": "http://media.es",
            "founders_video": "http://media.es",
            "slide_presentation": "http://media.es",
            "social_links": ["http://media.es"],
            "video": "http://media.es"
        },
        "funding": {
            "accelerators": 50000,
            "cascade_funding": 1000,
            "crowdfunding_campaigns": 0,
            "founder": 50000,
            "other_sources_of_funding": "chmghmg",
            "personal_connections": 3000,
            "professional_investors": 50000,
            "public_funding": 1000
        },
        "financials": {
            "applied_to_sme": true,
            "awarded_patents": true,
            "company_awards": true,
            "confident_about_your_project": true,
            "founders_owned_equity": "50",
            "has_cofounders_advisors": true,
            "participated_in_acceleration_program": true,
            "previous_attendance_cascade_funding_programmes": true,
            "raised_previous_funding_round": true,
            "money_raise_target": 34540,
            "revenue_model": "vasag",
            "monthly_recurrent_revenue": 1000,
            "funding_target_options": "cascade",
            "revenue_past_12_months": 12000,
            "revenue_past_3_months": 4000
        },
        "verification": {
            "status": false,
            "verified_email": false,
            "managed_verification": false,
            "managed_verification_status": "not verified"
        }
    },
    "createdBy": {
        "uid": "AWsNbybsN3mGxmcxf",
        "uname": "john.doe",
        "uavatar": "https://uavatar.jpg"
    },
    "createdAt": "2021-07-30T15:27:26.690Z",
    "column": "submitted",
    "_version": 1,
    "modifiedAt": "2021-07-30T15:27:26.694Z",
    "modifierId": "AWsNbybsN3mGxmcxf"
}, {
    "_id": "9a3908f250e2d7ff9d464f59",
    "slug": "opportunity-1",
    "owner": {
        "oid": "beb4164745d17bd99c0aac44",
        "oslug": "koalibrand-10",
        "oname": "Fake Corp."
    },
    "passport": {
        "profile": {
            "contact_email": "[email protected]",
            "name": "Fake Corp.",
            "tagline": "Loren ipsumaaSasdasd",
            "logo": "https://company-logo.jpg",
            "tags": ["food", "cinema"],
            "industry": "as45",
            "about": "addf df",
            "location": "Galicia",
            "technologies": ["tec1", "tec2"],
            "website": "http://hola.com"
        },
        "legal": {
            "legal_name": "FakeCorp",
            "year_founded": 1999,
            "n_employees": "51-200",
            "address": {
                "locality": "sadsasd",
                "country": "Albania",
                "postal_code": "fs",
                "region": "sdfsfd",
                "street": "sfdfsdfsdf"
            },
            "company_type": "startup",
            "registration": "973264872634",
            "vat": "297364273V"
        },
        "parentOrganization": {
            "name": "KoaliBrand",
            "type": "person"
        },
        "pitch": {
            "downloads": ["https://www.ecdc.europa.eu/sites/default/files/documents/EU-Login-Tutorial-1.0-e-Invoicing.pdf"],
            "highlights": ["fsdgsdfgdsfg", "sdfgsdfgasdasd"],
            "investor_panel": "https://www.youtube.com",
            "story": "sdfgsdfg",
            "team": "sdfgsdfg",
            "video": "https://www.youtube.com"
        },
        "media": {
            "logo": "https://company-logo.jpg",
            "demo": "http://media.es",
            "founders_video": "http://media.es",
            "slide_presentation": "http://media.es",
            "social_links": ["http://media.es"],
            "video": "http://media.es"
        },
        "funding": {
            "accelerators": 50000,
            "cascade_funding": 1000,
            "crowdfunding_campaigns": 0,
            "founder": 50000,
            "other_sources_of_funding": "chmghmg",
            "personal_connections": 3000,
            "professional_investors": 50000,
            "public_funding": 1000
        },
        "financials": {
            "applied_to_sme": true,
            "awarded_patents": true,
            "company_awards": true,
            "confident_about_your_project": true,
            "founders_owned_equity": "50",
            "has_cofounders_advisors": true,
            "participated_in_acceleration_program": true,
            "previous_attendance_cascade_funding_programmes": true,
            "raised_previous_funding_round": true,
            "money_raise_target": 34540,
            "revenue_model": "vasag",
            "monthly_recurrent_revenue": 1000,
            "funding_target_options": "cascade",
            "revenue_past_12_months": 12000,
            "revenue_past_3_months": 4000
        },
        "verification": {
            "status": false,
            "verified_email": false,
            "managed_verification": false,
            "managed_verification_status": "not verified"
        }
    },
    "createdBy": {
        "uid": "AWsNbybsN3mGxmcxf",
        "uname": "john.doe",
        "uavatar": "https://uavatar.jpg"
    },
    "createdAt": "2021-07-30T15:31:48.464Z",
    "column": "submitted",
    "_version": 1,
    "modifiedAt": "2021-07-30T15:31:48.469Z",
    "modifierId": "AWsNbybsN3mGxmcxf"
}, {
    "_id": "cef4f7b0ebd4769c9c684580",
    "slug": "opportunity-1",
    "owner": {
        "oid": "beb4164745d17bd99c0aac44",
        "oslug": "koalibrand-10",
        "oname": "Fake Corp."
    },
    "passport": {
        "profile": {
            "contact_email": "[email protected]",
            "name": "Fake Corp.",
            "tagline": "Loren ipsumaaSasdasd",
            "logo": "https://company-logo.jpg",
            "tags": ["food", "cinema"],
            "industry": "as45",
            "about": "addf df",
            "location": "Galicia",
            "technologies": ["tec1", "tec2"],
            "website": "http://hola.com"
        },
        "legal": {
            "legal_name": "FakeCorp",
            "year_founded": 1999,
            "n_employees": "51-200",
            "address": {
                "locality": "sadsasd",
                "country": "Albania",
                "postal_code": "fs",
                "region": "sdfsfd",
                "street": "sfdfsdfsdf"
            },
            "company_type": "startup",
            "registration": "973264872634",
            "vat": "297364273V"
        },
        "parentOrganization": {
            "name": "KoaliBrand",
            "type": "person"
        },
        "pitch": {
            "downloads": ["https://www.ecdc.europa.eu/sites/default/files/documents/EU-Login-Tutorial-1.0-e-Invoicing.pdf"],
            "highlights": ["fsdgsdfgdsfg", "sdfgsdfgasdasd"],
            "investor_panel": "https://www.youtube.com",
            "story": "sdfgsdfg",
            "team": "sdfgsdfg",
            "video": "https://www.youtube.com"
        },
        "media": {
            "logo": "https://company-logo.jpg",
            "demo": "http://media.es",
            "founders_video": "http://media.es",
            "slide_presentation": "http://media.es",
            "social_links": ["http://media.es"],
            "video": "http://media.es"
        },
        "funding": {
            "accelerators": 50000,
            "cascade_funding": 1000,
            "crowdfunding_campaigns": 0,
            "founder": 50000,
            "other_sources_of_funding": "chmghmg",
            "personal_connections": 3000,
            "professional_investors": 50000,
            "public_funding": 1000
        },
        "financials": {
            "applied_to_sme": true,
            "awarded_patents": true,
            "company_awards": true,
            "confident_about_your_project": true,
            "founders_owned_equity": "50",
            "has_cofounders_advisors": true,
            "participated_in_acceleration_program": true,
            "previous_attendance_cascade_funding_programmes": true,
            "raised_previous_funding_round": true,
            "money_raise_target": 34540,
            "revenue_model": "vasag",
            "monthly_recurrent_revenue": 1000,
            "funding_target_options": "cascade",
            "revenue_past_12_months": 12000,
            "revenue_past_3_months": 4000
        },
        "verification": {
            "status": false,
            "verified_email": false,
            "managed_verification": false,
            "managed_verification_status": "not verified"
        }
    },
    "createdBy": {
        "uid": "AWsNbybsN3mGxmcxf",
        "uname": "john.doe",
        "uavatar": "https://uavatar.jpg"
    },
    "createdAt": "2021-07-30T15:41:46.797Z",
    "column": "submitted",
    "_version": 1,
    "modifiedAt": "2021-07-30T15:41:46.802Z",
    "modifierId": "AWsNbybsN3mGxmcxf"
}]

Last updated