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
All variables in UPPER_CASE must be declared by user
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:
Platform
Risk Modeler (UnderwriteIQ using Risk Modeler)
Databridge
Location Intelligence
Climate on Demand
-
Genreate Auth Token with Credentials - POST /v1/login/implicit POST https://{{HOST}}/sml/auth/v1/login/implicit
-
Genreate Auth Token with API key - POST /v1/login/apikey POST https://{{HOST}}/sml/auth/v1/login/apikey
-
Refresh Auth Token - POST /v1/login/refresh POST https://{{HOST}}/sml/auth/v1/login/refresh