Skip to main content
GET
/
sdk
/
integrations
/
oauth_url
Get OAuth URL
curl --request GET \
  --url https://api.integrations.commenda.io/v4/sdk/integrations/oauth_url
{
  "url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt

Use this file to discover all available pages before exploring further.

Get OAuth Url.
Flat V3-compatible response โ€” not wrapped in { data, request_id }.

Query Parameters

integration_type
enum<string>
required

V4-supported integration types only.

Available options:
STRIPE,
NETSUITE,
XERO,
ZOHO_BOOKS,
WAFEQ,
QUICKBOOKS,
QUICKBOOKS_SANDBOX,
BIG_COMMERCE,
WOO_COMMERCE,
OODOO_ACCOUNTING,
SHOPIFY,
FRESHBOOKS
store_name
string

Shopify store name.

token
string

Wix token.

Response

200 - application/json

OAuth URL.

V3-compatible flat response.

url
string