Mailrelay API Reference

Get a subscriber by id

GET /subscribers/{id}

Get a subscriber by id

Parameters

NameTypeDescription
id integer ID of the record
include_groups boolean Include subscriber's groups in the response.
include_tags boolean Include subscriber's tags in the response.

Responses

StatusDescription
200 Success
404 Couldn't find record with provided ID.
401 The API key wasn't sent or is invalid
500 An internal error happened. Try again later.