useGrant
Domains

List all domains

Retrieve all domains for the provider.

GET
/v1/providers/{providerId}/domains

Authorization

AuthorizationRequiredBearer <token>

In: header

Path Parameters

providerIdRequiredstring

Unique identifier for a provider.

Format: "uuid"
curl -X GET "https://sdk.usegrant.dev/v1/providers/497f6eca-6276-4993-bfeb-53cbbbba6f08/domains" \
  -H "Authorization: Bearer <token>"

Domains retrieved successfully.

[
  {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "name": "string",
    "verified": true
  }
]