cURL
curl --request GET \ --url https://api.example.com/api/providers/{id} \ --cookie better-auth.session_token=
{ "id": "<string>", "name": "<string>", "slug": "<string>", "allowedIn": [ "<string>" ], "organizationOnly": true, "configurationSchema": {}, "createdBy": "<string>", "active": true, "createdAt": "<string>", "updatedAt": "<string>", "description": "<string>" }
Returns a single provider by ID.
Default Response
Show child attributes
Was this page helpful?