Hi,

Our API is not live yet.

Please contact us if you need information.
We'll update this page when the api has public/beta access
See our github.

Use {KEY} instead of the example key
Login
POST

https://bihappy.eu/api/001/098f6bcd4621d373cade4e832627b4f6/user/login

 i sid (Session ID) is only usable for 1 hour,
if the hour is over then you will get a return with {"error":"need to logon first", "code":"BIHApiE1"}
user=USERNAME&password=PASSWORD
{"action":"passed","login":"ok","sid":"SESSION_ID"}
x
{"action":"failed","login":"fail","sid":"Nope"}

User notifications
POST

https://bihappy.eu/api/001/098f6bcd4621d373cade4e832627b4f6/user/notifications

sid=SESSION_ID
{"action":"passed","STILL":"IN DESIGN"}
x
{"action":"failed"}

User notification mark as read
POST

https://bihappy.eu/api/001/098f6bcd4621d373cade4e832627b4f6/user/notification/ID/read

sid=SESSION_ID
{"action":"passed"}
x
{"action":"failed"}

User profile
GET

https://bihappy.eu/api/001/098f6bcd4621d373cade4e832627b4f6/user/profile

sid=SESSION_ID
{"action":"passed","STILL":"IN DESIGN"}
x
{"action":"failed"}

Find profile
POST

https://bihappy.eu/api/001/098f6bcd4621d373cade4e832627b4f6/user/find

user={USERNAME/LIKE}
{"action":"passed","STILL":"IN DESIGN"}
x
{"action":"failed"}

Deprecation test
GET

/!\ https://bihappy.eu/api/001/098f6bcd4621d373cade4e832627b4f6/some/action

/!\Warning this feature is deprecated!
data
{"status":"true"}
x
{"status":"false"}