Authentication

Each Private API request must be authenticated. You will need to put your API key in the request header and use the Secret Key to encrypt the POST data. Both keys are obtained from the previous step.

Authorization is completed by sending data via the HTTP header with the following parameter

Name Method Authorization URL
SignIn POST false /login?email=val&password=val
SignOut POST true /logout

Send URL request: https://digilabs.space/api/v1

Content Accept type: application/json

Content Authorization type: Bearer + token