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

Authorizations

Authorization
string
header
required

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

Path Parameters

receiptId
string
required

The donor receipt identifier.

Response

200

Get Receipt

Last modified on June 5, 2026