Returns information for a given service.
If successful, this endpoint will return a 200 OK status.
When the request is successful, you can expect an object matching the specification below to be returned.
{ service: Service { id: Integer label: String email_address: String owner_first_name: String owner_last_name: String created_at: Unix Timestamp? suspended_at: Unix Timestamp? maximum_sites: Integer? visitors_limit: Integer? } }