POSPointe
  1. Users
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
  1. Users

Get All Users

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

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 *****************

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 GET 'https://pospointeloyalty.azurewebsites.net/Users' \
--header 'Authorization: Basic Og=='

Responses

🟢200OK
application/json
Body

Example
[
    null
]
Modified at 2024-11-29 04:51:44
Previous
Verify Phone
Next
Create a User
Built with