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