v1
latestOpenAPI 3.0.02026-07-2640301.0 MBRecipient Contact Endpoints
gcm/recipient-contacts
Get a list of recipient contacts for the account.
get/gcm/recipient-contacts
Query parameters
AccountIDstring required
Your account ID
Keystring required
API key for the account
Signaturestring required
Hashed signature for the request
Limitstring
Limit of how many recipient contacts to return
AccountStatusboolean
If the account status is active or not
ClientAccountIDstring
The client account ID that the recipients belong to
Response
Example response
{
"ContactClientType": "individual",
"RecipientContactID": "test_recipient_contact",
"FirstName": "first",
"LastName": "last",
"BusinessName": "business",
"EmailAddress": "first.last@vopay.com",
"PhoneNumber": "7783630779",
"Address": "1234 Test St",
"City": "Vancouver",
"PostalCode": "V6G3G9",
"Province": "British Colmbia",
"Country": "CA",
"Nationality": "Canada"
}