Authentication

O auth security (oauth2)

Retrieve an Access Token with the OAuth 2.0 flows described below before accessing the API. Once you have an access token, send it in the Authorization HTTP header to authenticate with the API.

Flow type clientCredentials
Token URL https://qa-partner.momorooms.com/auth/oauth/token
Scopes
  • read_rooms:

    sample scope to execute read operations

  • write_rooms:

    sample scope to execute write operations