S
smart-me REST API
Details
- URL
-
https://smart-me.com:443/api - Docs
- https://doc.smart-me.com/interfaces/api
Authentication
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.
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.