Skip to main content

Retrieve a list of customers

GET 

/customers

Retrieve a list of customers

Request

Responses

Successfully retrieved the list of customers

Schema
  • Array [
  • id uuid
    name string
    email string
    password string
    created_at date-time
    updated_at date-time
  • ]
Loading...