POST

Refresh an Access Token


Creates a new access token.

Important: This endpoint is relevant only for custom authentication (legacy). For OAuth, use Create Access Token.

You must pass your app ID, your app’s secret key, the refresh token, and {“grant_type”: “refresh_token”} to create a new access token.

Endpoint
POST
https://www.wixapis.com/oauth/access/

Errors

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

Did this help?