POST

Get Quota Info


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

This method retrieves quota information for an action.

Wix calls this method when a Wix user opens the Manage your automations quotas modal in the Automations dashboard. The response from this method is displayed in the modal. The data is displayed based on the response body format.

Implementing this method is optional. To implement it, select the method under Service plugin endpoints when editing your action in the app dashboard.

Note: Wix doesn't enforce action quota limits. It only displays them to Wix users. Enforcing quota limits is the action provider's responsibility.

Endpoint
POST
{DEPLOYMENT-URI}/v1/quota-info
Body Params
actionKeystringRequiredminLength 1

Action key as defined in your app's action configuration in the app dashboard. For example, send-email or generate-invoice.

Response Object
actionQuotaInfoActionQuotaInfo

Details about the quotas for your action.

Get Quota Info sent by Wix

Get Quota Info request with a sample response body

Request
cURL
Response
JSON
Did this help?