Endpoints for interacting with Users.
Users
GET
https://sandbox-api.vignette.id
/public/users
Returns an array of partner users who made at least 1 payment.
⚠️ Rate limit policy applies to this endpoint
Check Rate Limits
query Parameters
page
numberPage number for pagination. Default is
1
.
Headers
Authorization
string · requiredThe
Authorization
header is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE
.
Responses
Users description test
id
stringemail
stringcreated_date
number
User Orders
GET
https://sandbox-api.vignette.id
/public/users/{id}/orders
An array of all vignettes for a specific user.
⚠️ Rate limit policy applies to this endpoint
Check Rate Limits
path Parameters
id
string · requiredID of user
query Parameters
page
numberPage number for pagination. Default is
1
.
Headers
Authorization
string · requiredThe
Authorization
header is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE
.
Responses
Users - orders description test
id
stringcustom_id
stringproduct
stringuser_id
stringcars
object[]purchase_date
integer · int64start_from
integer · int64start_date
integer · int64end_date
integer · int64period
stringtype
stringcountry
stringstatus
stringreceipt
string · urisubaccount
string