curl --request GET \
--url http://localhost:3333/v1/trust-access/admin/grants \
--header 'X-API-Key: <api-key>' \
--header 'X-Organization-Id: <x-organization-id>'Get all active and expired grants
curl --request GET \
--url http://localhost:3333/v1/trust-access/admin/grants \
--header 'X-API-Key: <api-key>' \
--header 'X-Organization-Id: <x-organization-id>'Was this page helpful?