POST

Provision


Setup initial connectivity between your adapter and the wix-data backend.

Request
This endpoint does not take any parameters.
Response Object
Returns an empty object.
Provisioning request.
Request
cURL
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", } }'
Response
JSON
{}
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?