Can I get my subscriber list with a GET request only?

OK ty.

What I was looking for is something I could just simply request with PHP’s file_get_contents() but I just found out you can send headers with that.

This is the only thing I need to use the API for, so I guess I might as well go with Helix?

Edit: all sorted and working :slight_smile: ty dist