useGrant
Providers

Get provider

Retrieve a provider by its ID.

GET
/v1/providers/{providerId}

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" \
  -H "Authorization: Bearer <token>"

Provider retrieved successfully.

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