Get a specific Intent

Get a specific intent

get
Authorizations
Path parameters
idstringRequired

Intent ID

Header parameters
X-Auth-TokenstringRequired

API key for authentication

Responses
200
Intent details
application/json
get
GET /api/v1/external/intents/{id} HTTP/1.1
Host: app.stoqapp.com
X-Auth-Token: text
Accept: */*
{
  "id": "text",
  "blocked_at": "2025-07-30T09:20:10.562Z",
  "channel": "text",
  "email": "text",
  "notified_at": "2025-07-30T09:20:10.562Z",
  "optin_confirmed": true,
  "phone": "text",
  "quantity": 1,
  "sent_notifications_count": 1,
  "source": "text",
  "type": "text",
  "unsubscribed_at": "2025-07-30T09:20:10.562Z",
  "created_at": "2025-07-30T09:20:10.562Z",
  "updated_at": "2025-07-30T09:20:10.562Z",
  "customer_id": "text",
  "intent_trigger_id": "text",
  "product_variant_id": "text",
  "shop_id": "text",
  "shopify_inventory_item_id": 1,
  "shopify_market_id": 1,
  "shopify_product_id": 1,
  "shopify_variant_id": 1,
  "customer_name": "text",
  "contact": "text",
  "customer_unsubscribed_at": "2025-07-30T09:20:10.562Z",
  "accepts_marketing": true,
  "notifications_count": 1
}

Last updated