cURL
curl --request GET \ --url https://api.example.com/api/stores/{storeId}/provider-credentials/{id} \ --cookie better-auth.session_token=
{ "id": "<string>", "providerId": "<string>", "storeId": "<string>", "status": {}, "active": true, "createdAt": "<string>", "updatedAt": "<string>", "userId": "<string>", "organizationId": "<string>" }
Returns a single provider credential by ID.
Default Response
Show child attributes
Was this page helpful?