Get a specific Intent

Get a specific intent

get
Authorizations
X-Auth-TokenstringRequired
Path parameters
idstringRequired

Intent ID

Header parameters
X-Auth-TokenstringRequired

API key for authentication

Responses
chevron-right
200

Intent details

application/json
idstringOptional

Unique identifier for the intent

blocked_atstring · date-time · nullableOptional

Timestamp when the intent was blocked from sending

channelstringOptional

Communication channel used for notifications (e.g., Email, SMS)

emailstringOptional

Customer's email address for notifications

notified_atstring · date-time · nullableOptional

Timestamp of the notification sent

optin_confirmedbooleanOptional

Whether the customer has confirmed their GDPR opt-in for notifications

phonestringOptional

Customer's phone number for SMS notifications

quantityintegerOptional

Requested quantity of the product when back in stock

sent_notifications_countintegerOptional

Number of notifications sent for this intent

sourcestringOptional
typestringOptional

Type of the intent (e.g., restock, wishlist_reminder)

unsubscribed_atstring · date-time · nullableOptional

Timestamp when the customer unsubscribed from notifications

created_atstring · date-timeOptional

Timestamp when the intent was created

updated_atstring · date-timeOptional

Timestamp when the intent was last updated

customer_idstringOptional

Unique identifier for the customer

intent_trigger_idstring · nullableOptional

Identifier for the trigger that created this intent

product_variant_idstring · nullableOptional

Internal product variant identifier

shop_idstringOptional

Unique identifier for the shop

shopify_inventory_item_idinteger · nullableOptional

Shopify's inventory item identifier

shopify_market_idinteger · nullableOptional

Shopify's market identifier for multi-market stores

shopify_product_idinteger · nullableOptional

Shopify's product identifier

shopify_variant_idinteger · nullableOptional

Shopify's variant identifier

customer_namestring · nullableOptional

Customer's full name

contactstring · nullableOptional

Customer's contact information

customer_unsubscribed_atstring · date-time · nullableOptional

Timestamp when the customer unsubscribed from all notifications

accepts_marketingboolean · nullableOptional

Whether the customer has opted in to receive marketing communications

notifications_countinteger · nullableOptional

Total number of notifications sent for this intent

get
/intents/{id}

Last updated