POSPointe
    POSPointe
    Pospointe Loyalty
    • POSPointe GiftCard Server
    • Pospointe Trans
    • MyPOSPointe API
    • Pospointe Agent
    • Pospointe Loyalty
    • Users
      • Verification
        • Verify Email request
        • Verify Email
        • Verify Phone Request
        • Verify Phone
      • Get All Users
        GET
      • Create a User
        POST
      • Get a User
        GET
      • Get A User's Accounts
        GET
      • Update a User
        PUT
      • Delete a User
        DELETE
    • Franchisors
      • Get a Franchisor
        GET
    • Auth
      POST

      Auth

      Developing
      POST
      https://giftcard.myposerver.comhttps://pospointeloyalty.azurewebsites.net/Users/auth1

      Request

      Authorization
      Send your HTTP requests with an
      Authorization
      header that contains the word Basic followed by a space and a base64-encoded string username:password
      Example:
      Authorization: Basic *****************
      Body Params application/json

      Example
      {
          "email" : "afshanasn@gmail.com",
          "password" : "Afshan@573184"
          
      }

      Request samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://pospointeloyalty.azurewebsites.net/Users/auth1' \
      --header 'Content-Type: application/json' \
      --header 'Authorization: Basic Og==' \
      --data-raw '{
          "email" : "afshanasn@gmail.com",
          "password" : "Afshan@573184"
          
      }'

      Responses

      🟢200OK
      application/json
      Body

      Example
      {
          "id": "string",
          "memberedStoregrpid": "string",
          "phoneNo": "string",
          "firstName": "string",
          "lastName": "string",
          "email": "string",
          "signedupstoreId": "string",
          "signeddate": "string",
          "lastvisitedstore": null,
          "lastInvoiceid": null,
          "status": true,
          "taxexcempt": true,
          "loyalitypoints": "string",
          "membershipcard": "string",
          "planid": "string",
          "address1": "string",
          "address2": "string",
          "city": "string",
          "state": "string",
          "zipcode": "string",
          "password": "string"
      }
      Modified at 2024-11-29 06:09:54
      Previous
      Get a Franchisor
      Built with