S

smart-me REST API

REST discovered

Details
URL
https://smart-me.com:443/api
Docs
https://doc.smart-me.com/interfaces/api
Authentication
smart-me API username/password basic discovered Get credentials ↗
Authorization: Basic <credential>

In the smart-me API docs, smart-me states that the client secret is username:password encoded in Base64 and sent as Authorization: Basic .... Use your smart-me account credentials for API access, as described on the API page and in the smart-me portal linked from that documentation.

smart-me API key api_key discovered Get key ↗
Authorization: Basic <credential>

Create an API key in the smart-me portal, as described by the smart-me API docs. The docs say API keys are created in the Smart-me portal and can be given specific permissions/claims, and then used similarly to Basic Auth.