---
title: "Retrieve an account grant"
method: GET
path: "/v3/accounts/{accountId}/grants/{grantId}"
tags: ["Grants"]
---

# Retrieve an account grant

`GET /v3/accounts/{accountId}/grants/{grantId}`

Retrieves a single account grant information, if the supplied `accountId` and `grantId` match

## Path parameters

- `accountId` string, required
- `grantId` string, required

## Response `200`

OK - Retrieved an account grant

- GrantResponse
  - `grantId` string
  - `user_id` string
  - `account_id` string
  - `expiry_state` 'pending' | 'active' | 'expired'
  - `entitlement_type` 'bundle' | 'entitlement' | 'meter' | 'credits' — An enum describing the type of the entitlement.
  - `entitlement_id` string
  - `startTime` string
  - `endTime` string
  - `product_id` string
  - `createdAt` string

## Other responses

- `404` — NOT FOUND - Cannot find an existing grant information for the supplied `accountId` and `grantId`

---

[API](https://skmtc.net/zuora/apis/admin-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/admin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/admin-api-reference/revisions/789812d35ac8/schema)
