Welcome to our new Vignette ID Developer Portal documentation!
Partner API (v1.0)

Users List Endpoints (1.0.0)

Endpoint:https://sandbox-api.vignette.id

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

Usersquery Parameters

  • pagenumber

    Page number for pagination. Default is 1.

UsersHeaders

  • Authorizationstring · required

    The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Users Responses

Users description test

  • idstring
  • emailstring
  • created_datenumber

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

User Orderspath Parameters

  • idstring · required

    ID of user

User Ordersquery Parameters

  • pagenumber

    Page number for pagination. Default is 1.

User OrdersHeaders

  • Authorizationstring · required

    The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

User Orders Responses

Users - orders description test

  • idstring
  • custom_idstring
  • productstring
  • user_idstring
  • carsobject[]
  • purchase_dateinteger · int64
  • start_frominteger · int64
  • start_dateinteger · int64
  • end_dateinteger · int64
  • periodstring
  • typestring
  • countrystring
  • statusstring
  • receiptstring · uri
  • subaccountstring