cURL
curl --request GET \ --url https://api.example.com/subscribers/:id
{ "data": null }
Fetch a subscriber by id.
OK