Skip to main content

Authenticate Calling Station

POST 

/calling-stations/auth

The Authenticate Calling Station request allows calling stations to authenticate themselves with ANSCER FMS by providing their username and password.

Request

Body

required
    username stringrequired

    Possible values: >= 5 characters and <= 50 characters

    password stringrequired

    Possible values: >= 6 characters and <= 16 characters

Responses

Calling Station authenticated

Response Headers
  • x-auth-token string

    JWT token

Schema
    _id uuid
    name string

    Possible values: >= 3 characters and <= 50 characters

    username string

    Possible values: >= 5 characters and <= 50 characters

    locations string[]
    approvalRequired boolean
    sku string[]
    load string
    alias object
    stationType string

    Possible values: [web, physical]

    requestType string

    Possible values: [pickup, dropoff, empty]

    storeId uuid
    createdAt date-time
    updatedAt date-time
    token string

    JWT token

Loading...