iLogistic Authorization (1.0.0)
Zenit Kft.: [email protected] URL: https://api.ilogistic.eu/documentation
iLogistic Authorization
Authenticate with email and password
Generate a token with the one you already have
Request Body schema: application/x-www-form-urlencoded
string | |
Password | string <password> |
Responses
Response samples
- 200
- 400
- 401
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
- 200
- 401
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
- 200
- 401
Content type
application/json
{- "valid": true
}