> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lumosai.biz/llms.txt
> Use this file to discover all available pages before exploring further.

# Resolver grantId

> Obtiene tenant y usuario asociados a un grantId

## Metodo y ruta

`GET /integrations/v1/grants/resolve`

## Autenticacion

* Header `x-api-key`
* Query `grantId`

## Ejemplo

```bash theme={null}
curl --request GET \
  --url "https://lumos-am-prd.azure-api.net/api/external/integrations/v1/grants/resolve?grantId=<tu_grant_id>" \
  --header "x-api-key: <tu_api_key>"
```
