Skip to main content
Inflow API home page
Search...
⌘K
Dashboard
Dashboard
Search...
Navigation
Customers
Get customer by ID
Overview
API Reference
Customers
GET
List customers
POST
Create a customer
GET
Get customer by ID
PUT
Update a customer
DEL
Deactivate a customer
Payments
GET
List payments
POST
Create a payment request
GET
Get payment details
POST
Refresh payment link token
POST
Cancel a payment
Get customer by ID
cURL
Copy
curl
--request
GET
\
--url
http://localhost:3000/api/v1/customers/{id}
Customers
Get customer by ID
GET
http://localhost:3000/api
https://sandbox.mycpiprojects.com/api
/
v1
/
customers
/
{id}
Try it
Get customer by ID
cURL
Copy
curl
--request
GET
\
--url
http://localhost:3000/api/v1/customers/{id}
Path Parameters
id
string<uuid>
required
Response
200
Customer details
Create a customer
Update a customer
⌘I