1. Authorization
Version 19.1 by Giorgi Mdivnishvili on 2023/12/26 15:03
" data-xwiki-parameter-name="title" class="xwiki-metadata-container">Contents
" class="xwiki-metadata-container">
Contents
Method Description
The initial method of the integration process is authorization. You will be provided with a unique user username and password to generate the access token that you will need to pass in all the following methods.
Request URL - [GET]
Request Parameters
none
Request Body
{
"login": "string",
"password": "string"
}
"login": "string",
"password": "string"
}
Response Body
{
"accessToken": "string"
}
"accessToken": "string"
}
Schema
" class="xwiki-metadata-container">AuthRequest{
login | string nullable: true |
password | string nullable: true |
}
Important
" class="xwiki-metadata-container">It's Important to in every other request header, put Auth token
Key - Authorization
Value - Bearer Token what is given in this response.
also note in headers that:
Content-Type - application/json
Key - X-nugios-timezone
Value - 240