Common: Auth

Number of APIs: 3

For specifications and other details: developer.rms.com

Quick Start: https://developer.rms.com/platform/docs/get-started

Auth Guides: https://developer.rms.com/platform/docs/authentication-and-authorization

  1. All variables in UPPER_CASE must be declared by user

  2. All variables in lower_case are automatically produced when the flow is executed step by step (in order)

About the collection:

This is a sample collection for using common auth operations to generate bearer token using user name and password or API key and refresh bearer token, which supports the API operations in:

  1. Platform

  2. Risk Modeler (UnderwriteIQ using Risk Modeler)

  3. Databridge

  4. Location Intelligence

  5. Climate on Demand

  1. Genreate Auth Token with Credentials - POST /v1/login/implicit POST https://{{HOST}}/sml/auth/v1/login/implicit

  2. Genreate Auth Token with API key - POST /v1/login/apikey POST https://{{HOST}}/sml/auth/v1/login/apikey

  3. Refresh Auth Token - POST /v1/login/refresh POST https://{{HOST}}/sml/auth/v1/login/refresh