Skip to main content
POST
/
api
/
ecommerce-app
/
{id}
/
connect
Start OAuth connection
curl --request POST \
  --url https://api.vambe.me/api/ecommerce-app/{id}/connect
Returns the provider authorization URL to redirect the merchant to. The merchant approves the requested scopes on the provider’s own page — Vambe never collects provider credentials. After approval the provider redirects back to Vambe’s callback, which exchanges the code and persists the installation.

Path Parameters

id
string
required

Response

201 - undefined