cURL
curl --request POST \ --url https://api.example.com/api/stores/{storeId}/provider-credentials \ --header 'Content-Type: application/json' \ --cookie better-auth.session_token= \ --data ' { "providerId": "<string>", "configuration": {} } '
{ "id": "<string>", "providerId": "<string>", "storeId": "<string>", "status": {}, "active": true, "createdAt": "<string>", "updatedAt": "<string>", "userId": "<string>", "organizationId": "<string>" }
Creates encrypted credentials for a provider on a given store.
Show child attributes
Default Response
Was this page helpful?