Back to Home

Documentation

Everything you need to know to get the most out of DiscountFlow. Find guides, tutorials, and API references.

Quick Start
API References
FAQs
API References
/
API Endpoints
/
Get Users

Get Users

Retrieve all user data

Method

GET

Path

/api/users

Authentication

API Key

Response

Returns array of user objects

Example Response

[
{
 "id": "u123",
 "firstName": "John".
 "lastName": "Doe",
 "createadAt": "2026-02-26"
}
]

Errors

  • Unauthorized

Example Response

{
 "status": "Error"
 "message": "Unauthorized".
 "httpStatus": 400
}