The OAuth 2 API allows your app to manage tokens that you can use to authenticate Wix API calls. By default, OAuth authentication follows the OAuth Client Credentials protocol.
With the OAuth 2 API, you can:
Learn more:
It's important to note the following points before starting to code:
Caution: Custom authentication (legacy) is no longer available for new apps. Existing apps that already use custom authentication can continue to do so. For details, see Custom Authentication (Legacy).
"authorization" header to make authenticated calls to Wix APIs. All Wix access tokens are of type "Bearer". Learn more about access token types.