Appearance
IHNM API - INTRODUCTION
General Infos
Uses Basic HTTP authentication, with e-mail and password (email:password) or 'Basic ‘+ base 64 encoding of a user ID and password separated by a colon
💡 4 methods are available to view and modify objects:
GET
—get object dataPUT
—update object dataPOST
—create new objectDELETE
—delete object
💡 Accepts and returns data in JSON format
BASE-URL
BASE-URL
Authentication
You can pass your credentials as a Base64-encoded Authorization-header:
- Build a string of the form
user_email:api_token
- Base64-encode the string
- The following is an example of an encoded HTTP Basic Authentication header:
sh
Authorization: Basic YWhhbWlsdG9uQGFwaWdlZS5jb206bXlwYXNzdzByZAo
Support / Contact
INFO
To get your credentials please contact api@ihnm.eu or create your credentials on our Connect-Plattform.
💡 SUPPORT: api@ihnm.eu