---
title: "gcm/government-identifier"
method: GET
path: "/gcm/government-identifier"
tags: ["Government Identifier Endpoints"]
---

# gcm/government-identifier

`GET /gcm/government-identifier`

Get a list of all the stored government identifiers for a certain client account and corridor.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `CorridorID` string, required
- `ClientAccountID` string
- `RecipientContactID` string

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Error message if any
  - `GovernmentIdentifiers` object — The stored government identifiers
    - `0` object
      - `CorridorID` string — The corridor ID
      - `GovernmentIdentifierToken` string — The government identifier token
      - `GovernmentIdentifierType` string — The type of government identifier
      - `IDNumber` string — The ID number
      - `ExpirationDate` string — The expiration date
      - `IssueDate` string — The issue date
      - `IssuingCountry` string — The issuing country
      - `IssuingAbbreviation` string — The issuing country abbreviation
      - `IssuingCountryCode` string — The issuing country code

---

[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)
