/
BL
blastable
/
Blastable API Info
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
blastable
Blastable API Info
put
Update a subscriber
v1
latest
OpenAPI 3.0.0
2026-08-06
79
26
202.5 KB
Subscribers
Update a subscriber
put
/lists/{list_uid}/subscribers/{subscriber_uid}
Request body
SubscriberRequestData
required
email
string
fname
string
lname
string
full_name
string
street
string
street_second_line
string
city
string
state
string
country
string
zip_code
string
comment
string
status
'confirmed'
|
'unconfirmed'
|
'unsubscribed'
details
object
Response
Updated
object
required
status
'success'
|
'error'
record
object
Example response
{ "status": "success" }