Skip to main content

Authenticate store

POST 

/stores/auth

Authenticate a store and return a token.

Request

Body

required
    username stringrequired

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

    password stringrequired

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

Responses

Store authenticated

Response Headers
  • x-auth-token string

    JWT token

Schema
    _id uuid
    name string
    username string
    bufferLocations uuid[]
    callingStations uuid[]
    properties object
    createdAt date-time
    updatedAt date-time
    token string

    JWT token

Loading...