useGrant
Providers

List all providers

Retrieve all providers.

GET
/v1/providers

Authorization

AuthorizationRequiredBearer <token>

In: header

curl -X GET "https://sdk.usegrant.dev/v1/providers" \
  -H "Authorization: Bearer <token>"

Providers retrieved successfully.

[
  {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "name": "Acme Auth App",
    "description": "Acme Auth App Description"
  }
]