Software AG Products 10.5 | Administering Integration Server | Integration Server Administrator API | Credentials
 
Credentials
The Administrator API is stateless. A session is not saved on Integration Server when a request is processed. A Set-Cookie header is not returned in the response. Administrator clients must provide credentials with each request.
GET /admin/license HTTP/1.1
Host: host:port
Authorization: Basic <base64-encoded username:password>
Accept: application/json
Retrieves license information.