Auth
Login and get Session Token
POST
https://portal.iphub.com.au/api/v1/auth/login
This endpoint will return a session token. This must be used with our other APIs in the Authorization header
Query Parameters
Name
Type
Description
username
string
Your email
password
string
Your password
Last updated