Quick Start
With this Quick Start guide, make your first request in just minutes
Get your API keys
Make your first request
Authorizations
X-Shopwaive-Access-TokenstringRequired
Path parameters
customer_emailstringRequired
The email of the customer to retrieve
Responses
200
Successfully fetched customer account
application/json
default
Unexpected error. Method not allowed
application/json
get/api/customer/{customer_email}
GET /api/customer/{customer_email} HTTP/1.1
Host: app.shopwaive.com
X-Shopwaive-Access-Token: YOUR_API_KEY
Accept: */*
{
"status": "success",
"customerid": "6659662610648",
"email": "support@shopwaive.com",
"balance": 0,
"expirationdate": "2025-01-19T18:50:15.75Z",
"expires": "false",
"orders": []
}Last updated