account settings
Set IG ice breakers
Set ice breakers for an Instagram account. Max 4 ice breakers, question max 80 chars.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Path Parameters
accountIdstring
ice_breakers
Items
items <= 4Response Body
application/json
curl -X PUT "https://getlate.dev/api/v1/accounts/string/instagram-ice-breakers" \ -H "Content-Type: application/json" \ -d '{ "ice_breakers": [ { "question": "string", "payload": "string" } ] }'Empty
Empty
{
"error": "Unauthorized"
}