---
title: "Get Go Account activation eligibility"
method: GET
path: "/api/v2/enterprise/{enterpriseId}/goAccount/eligibility"
tags: ["Enterprise"]
---

# Get Go Account activation eligibility

`GET /api/v2/enterprise/{enterpriseId}/goAccount/eligibility`

Returns the enterprise's eligibility, existing Go Account state, and opt-out state for the activation banner.

## Path parameters

- `enterpriseId` string, required

## Response `200`

OK

- GoAccountEligibilityResponse — Eligibility state used by the Go Account activation banner. `eligible` describes the computed backfill criteria independently of whether the enterprise already has a Go Account or has opted out.
  - `eligible` boolean, required
  - `hasGoAccount` boolean, required
  - `optedOut` boolean, required

## Other responses

- `400` — Bad Request
- `404` — Not Found

## Changes

- **2026-09-22** `3d2da605821b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/bitgo/apis/bitgo-api/changes/api/v2/enterprise/:enterpriseId/goAccount/eligibility/get.md)

---

[API](https://skmtc.dev/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.dev/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/bitgo/apis/bitgo-api/revisions/292f619d7c1f?raw)
