Skip to main content
GET
/
api
/
Contact
/
Receipts
Receipts
curl --request GET \
  --url https://api.virtuoussoftware.com/api/Contact/Receipts \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

email
string

The email address.

skip
string

The number of records to skip. Default = 0.

take
string

The number of records to take. Default = 10. Max is 1000.

Response

200

OK

Last modified on June 5, 2026