Storiq One API
v1.0
API for Storiq One
|
To authenticate a user, use POST method
path : /storiqone-backend/api/v1/auth/
login | : user login |
password | : user password |
apikey | : application key |
User id is returned
To authenficate a user using a JSON Web Token, use POST method
path : /storiqone-backend/api/v1/auth/
token | : token containing an header, a payload and a signature |
User id is returned
To check user's connection status, use GET method
path : /storiqone-backend/api/v1/auth/
To log out, use DELETE method
path : /storiqone-backend/api/v1/auth/
token
To generate a token (JWT), use POST method
path : /storiqone-backend/api/v1/auth/token/
id | : user id |
password | : user password (hash used as a key to create token's signature) |
Token is created