You can pass a "details" key and in that key the ip address:I'm not seeing anything in the docs about passing the IP address when creating a new subscriber via the API.
[
"FNAME" => "John",
"details" => [
"ip_address" => "1.2.3.4"
]
Thank you! What about the other question about creating/updating a subscriber in one API call?You can pass a "details" key and in that key the ip address:
JavaScript:[ "FNAME" => "John", "details" => [ "ip_address" => "1.2.3.4" ]
Seems you nailed it, try to fetch, if exists update, otherwise create.What about the other question about creating/updating a subscriber in one API call?