Setup initial connectivity between your adapter and the wix-data backend.
curl -X POST 'https://mysql-adaptor.com/provision' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestContext": {
"settings": {
"secretKey": "myBigSecret"
},
"installationId": "987fe654-3d21-4def-ab5c-6d78e90f123a",
}
}'
{}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.