TFDi Design Icon
TFDi Design
VA APIPilotResume

Pilot Resume Session

Resume a user session by providing the session ID with the database ID. The session ID will be reset during this transaction

POST
/pilot/resume
session?string
Match^[A-Za-z0-9-_]*\.[A-Za-z0-9-_]*\.[A-Za-z0-9-_]*$

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://loading/pilot/resume" \  -H "Content-Type: application/json" \  -d '{}'
{
  "dbID": 0,
  "pilotID": "string",
  "firstName": "string",
  "lastName": "string",
  "email": "[email protected]",
  "rank": "string",
  "rankLevel": 0,
  "rankImage": "string",
  "avatar": "string",
  "session": "string",
  "expiry": 0
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}