Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Wix OAuth API

The OAuth API from Wix — 3 operation(s) for oauth.

Wix OAuth API is one of 9 APIs that Wix publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include OAuth. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 3 operations across 3 paths. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://www.wixapis.com.

3 operations 3 paths 0 schemas 1 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Server
https://www.wixapis.com
Authentication
OAuth 2.0, API Key
Contact
Resource Areas
1

Authentication & Security 2

Wix OAuth API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (oauth2) using the authorizationCode flow. An API key is passed in the header as Authorization (apiKey). By default, every request must be authenticated.

  • oauth2 — OAuth 2.0 for Wix third-party apps
  • apiKey — API key authentication (Wix-account-only; not for third-party apps)

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 1 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

OAuth 3
POST
/oauth2/token
Request an access token
requestAccessToken → 200
POST
/oauth2/token/refresh
Refresh an access token
refreshAccessToken → 200
GET
/oauth2/token/info
Get token info
getTokenInfo → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wix-oauth-api-openapi.yml Raw ↑

Other APIs Wix publishes across the network.

Wix REST API
Wix JavaScript SDK
Wix Headless
Wix Webhooks
Wix Cart API
Wix Checkout API
Wix Orders API
Wix Products API