Waiting for engine...
Skip to main content

Boomi MFT - File Sharing API Reference (1.16) - SessionByTicket

Toggle Pane

Download OpenAPI Specification: Download

SessionByTicket

The Regular Session Authentication REST Web Service verifies user credentials and authenticates an MFT user by validating a provided authentication ticket, returning a regular session token that terminates any previous sessions for the same account.

Create new Session object by Ticket

Verify user credentials and authenticate MFT user in the system with regular session

Remarks | Example request: UserName=admin&Password=password&
ClientVersion=1&ApplicationId=12 |

Request Body schema: application/x-www-form-urlencoded
required

Request body — Request type: ThruSessionByTicketRequest — Schema: ThruSessionByTicketRequest structure contains information required for the MFT user authentication

ApplicationId
required
string

Application ID used by connecting application

ClientVersion
required
string

Version of the client application

Device\UUID
required
string

Limited by 17 characters

Ticket
string

Ticket for authentication

Responses

Response samples

Content type
application/json
{
  • "SessionID": "TOjoy3c1LyReUsXqXX/7u3+0qv FYXGArgsZ1k0OEGhIfwB2cd365+SCM8Rs5 JOLPMD/IJJSd2Jy7IXLl5t685kgRJo0Tr bup/VDN+25Lkenh387d4pXJzObepqO qusnnsA4de+5r4PHfdN0 9niJtsoSOjWZ6XlEN",
  • "UserID": "315KQM487N2EV"
}