Skip to main content

iLogistic Authorization (1.0.0)

iLogistic Authorization

Authorization

Authenticate with email and password

Generate a token with the one you already have

Request Body schema: application/x-www-form-urlencoded
Email
string
Password
string <password>

Responses

Response samples

Content type
application/json
{
  • "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJpc3MiOiJhcGkuaWxvZ2lzdGljLmV1IiwiYXVkIjoiYXBpLmlsb2dpc3RpYy5ldSIsImlhdCI6MTU5NjcwOTQxNSwianRpIjoiNDc5NjgyZDQiLCJlbWFpbCI6ImFzZEBsb2NhbGhvc3QuaW8iLCJwZXJtaXNzaW9uIjoiOCJ9.ImxY2MSRFb2STSKSFDSAvP5s53mB3Ycjm8-n_lEGlU3LFEfeEX20Rzx95soR4O061uNA34W0YxdgwuNVKnTzaw"
}

Authenticate with token

Generate a token with the one you already have

Authorizations:
bearerAuth
header Parameters
Authorization
required
string
Example: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJpc3MiOiJhcGkuaWxvZ2lzdGljLmV1IiwiYXVkIjoiYXBpLmlsb2dpc3RpYy5ldSIsImlhdCI6MTU5NTMzMDIzMSwianRpIjoiODNmOGRmMjAiLCJlbWFpbCI6ImdlcmlnZWIua2lzc0BnbWFpbC5jb20iLCJwZXJtaXNzaW9uIjoiOCJ9.0XTrNYbc5bXGZEi7mQviALS0IfTdf2MRktzh43rjrtlN1x30uAsigMbNDl55LDljGGj_D5BocxbqdsWgPUpXBA

Bearer and the given token

Responses

Response samples

Content type
application/json
{
  • "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJpc3MiOiJhcGkuaWxvZ2lzdGljLmV1IiwiYXVkIjoiYXBpLmlsb2dpc3RpYy5ldSIsImlhdCI6MTU5NjcwOTQxNSwianRpIjoiNDc5NjgyZDQiLCJlbWFpbCI6ImFzZEBsb2NhbGhvc3QuaW8iLCJwZXJtaXNzaW9uIjoiOCJ9.ImxY2MSRFb2STSKSFDSAvP5s53mB3Ycjm8-n_lEGlU3LFEfeEX20Rzx95soR4O061uNA34W0YxdgwuNVKnTzaw"
}

Validate token

Authorizations:
bearerAuth
header Parameters
Authorization
required
string
Example: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJpc3MiOiJhcGkuaWxvZ2lzdGljLmV1IiwiYXVkIjoiYXBpLmlsb2dpc3RpYy5ldSIsImlhdCI6MTU5NTMzMDIzMSwianRpIjoiODNmOGRmMjAiLCJlbWFpbCI6ImdlcmlnZWIua2lzc0BnbWFpbC5jb20iLCJwZXJtaXNzaW9uIjoiOCJ9.0XTrNYbc5bXGZEi7mQviALS0IfTdf2MRktzh43rjrtlN1x30uAsigMbNDl55LDljGGj_D5BocxbqdsWgPUpXBA

Bearer and the given token

Responses

Response samples

Content type
application/json
{
  • "valid": true
}