Skip to main content

Get Calling Station Profile

GET 

/calling-stations/auth/me

The Get Calling Station Profile request allows authenticated calling stations to retrieve their profile information.

Request

Header Parameters

    x-auth-token stringrequired

    The JWT token of the calling station

Responses

Calling Station profile

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 object
    alias object
    property name* string
    stationType string

    Possible values: [web, physical]

    requestType string

    Possible values: [pickup, dropoff, empty]

    storeId uuid
    createdAt date-time
    updatedAt date-time
Loading...