Helpful api instructions from the great mailgun api instructions say this: GET /[domain]/bounces Fetches the list of unsubscribes.
when I give it:
https://api:key-[my api key here] @api.mailgun.net/v2/[my domain here]/bounces This works great but it only pulls down 100 as below
Parameter Description
limit Maximum number of records to return. (100 by default)
skip Number of records to skip. (0 by default)
sadly here is where the instructions dry up and as I am a newby to this, I haven't been here before, I can't figure out the url to add a limit of say 300 or even skip 100 so I can get the next batch.
can anyone tell me what this might look like in an HTTP statement as above
Thanks