Get a specific Intent
Authorizations
Path parameters
idstringRequired
Intent ID
Header parameters
X-Auth-TokenstringRequired
API key for authentication
Responses
200
Intent details
application/json
401
Unauthorized
404
Intent not found
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-18T19:24:01.574Z",
"channel": "text",
"email": "text",
"notified_at": "2025-07-18T19:24:01.574Z",
"optin_confirmed": true,
"phone": "text",
"quantity": 1,
"sent_notifications_count": 1,
"source": "text",
"type": "text",
"unsubscribed_at": "2025-07-18T19:24:01.574Z",
"created_at": "2025-07-18T19:24:01.574Z",
"updated_at": "2025-07-18T19:24:01.574Z",
"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-18T19:24:01.574Z",
"accepts_marketing": true,
"notifications_count": 1
}
Last updated