TFDi Design Icon
TFDi Design
VA APIPilotVerify

Pilot Verify Session

Verify a user session by providing the session ID with the database ID

POST
/pilot/verify
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/verify" \  -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"
}