Skip to content

IntegrationsIConnect​


Get i-Connect settings​

GET
/api/v2/integrations/i-connect

Authorizations​

bearerAuth
Type
HTTP (bearer)

Responses​

i-Connect settings

application/json
JSON
{
  
"data": "string"
}

Playground​

Authorization

Samples​


Update i-Connect settings​

PATCH
/api/v2/integrations/i-connect

Authorizations​

bearerAuth
Type
HTTP (bearer)

Request Body​

application/json
JSON
"string"

Responses​

Settings updated successfully

application/json
JSON
{
  
"data": "string"
}

Playground​

Authorization
Body

Samples​


Pull orders from i-Connect​

POST
/api/v2/integrations/i-connect/pull-orders

Authorizations​

bearerAuth
Type
HTTP (bearer)

Responses​

Orders pulled successfully

application/json
JSON
{
  
"success": true,
  
"message": "Connected successfully...",
  
"data": {
  
  
"orderDetailItemsReturned": 10,
  
  
"ordersCreated": 5,
  
  
"ticketsCreated": 5
  
}
}

Playground​

Authorization

Samples​


Powered by VitePress OpenAPI