Skip to main content

Retrieve a single customer by ID

GET 

/customers/:id

Retrieve a single customer by ID

Request

Path Parameters

    id stringrequired

Responses

Successfully retrieved the customer

Schema
    id uuid
    name string
    email string
    password string
    created_at date-time
    updated_at date-time
Loading...