---
title: "gcm/recipient-contacts"
method: GET
path: "/gcm/recipient-contacts"
tags: ["Recipient Contact Endpoints"]
---

# gcm/recipient-contacts

`GET /gcm/recipient-contacts`

Get a list of recipient contacts for the account.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `Limit` string
- `AccountStatus` boolean
- `ClientAccountID` string

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `ContactClientType` string — If the contact is a individual or business
  - `RecipientContactID` string — Contains a description of the error if the request failed
  - `FirstName` string — The first name of the recipient contact
  - `LastName` string — The last name of the recipient contact
  - `BusinessName` string — The business name of the recipient contact
  - `EmailAddress` string — The email address of the recipient contact
  - `PhoneNumber` string — The phone number of the recipient contact
  - `IsFavorite` boolean — If the recipient contact is a favorite
  - `Address` string — The address of the recipient contact
  - `City` string — The city of the address
  - `PostalCode` string — The postal code of the address
  - `Province` string — The province of the address
  - `Country` string — The country of the address
  - `Nationality` string — The nationality

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
