Neomeet API

This API is for Testing Purpose. For Production API the end url would be https://kokous.neomeet.fi

Login

POST https://staging105.neomeet.fi/api/v1/login

This endpoint allows you to get the link to Neomeet home or authentication token for creating meeting in Neomeet.

Request Body

Name
Type
Description

username*

string

Specific username for system provider (will be given by Neomeet)

type*

string

It is either 'home' or 'create_meeting'

pmcId*

string

Property Management Company's ID (isännöitsijätoimiston yksilöllinen ID)

password*

string

Specific password for system provider (will be given by Neomeet)

email*

string

HCM's email address (isännöitsijän sähköposti)

{ "home": "User's Neomeet Home Link","home_link_expire_time": "Timestamp in UTC" }

or 

{ "token":"Token","token_expire_time": "Timestamp in UTC" }

Create a Draft Meeting

POST https://staging105.neomeet.fi/api/v1/create-meeting

This endpoint allows you to create a draft meeting

Headers

Name
Type
Description

Authorization*

string

Bearer "Token from login API with type as create_meeting"

Create a Draft Voting

POST http://neomeet.test/api/v1/create-voting

This endpoint allows you to create a draft voting

Headers

Name
Type
Description

Authorization*

string

Bearer "Token from login API with type as create_meeting"

Body Parameter as JSON object*

Last updated