Skip to content
On this page

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 data
  • PUT—update object data
  • POST—create new object
  • DELETE—delete object

💡 Accepts and returns data in JSON format

BASE-URL

Authentication

You can pass your credentials as a Base64-encoded Authorization-header:

  1. Build a string of the form user_email:api_token
  2. Base64-encode the string
  3. 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

Copyright © Ich hab ne Macke GmbH 2024