Customers
Get Customers
Retrieves the customers.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Request Body
application/jsonOptionalpageintegerperPageintegerMust be at least 1. Must not be greater than 100.
orderColumnstringValue in:
"id" | "email" | "discord_id" | "discord_username" | "balance" | "total_completed" | "total_spent_usd" | "last_completed_at" | "newsletter_at"orderDirectionstringValue in:
"asc" | "desc"idstringemailstringdiscord_idstringdiscord_usernamestringsubscribedstringPath Parameters
shopIdRequiredintegerEdit Customer Balance
Adds or deducts balance to/from a customer in a shop.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Request Body
application/jsonRequiredamountRequirednumberMust be at least -1000. Must not be greater than 1000.
descriptionstringMust not be greater than 255 characters.
Path Parameters
shopIdRequiredintegercustomerIdRequiredstring