Package co.novu.api.inboundparse
Interface InboundParseApi
-
public interface InboundParseApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description retrofit2.Call<ValidateMxRecordResponse>validateMxRecordSetupForInboundParse()
-
-
-
Field Detail
-
ENDPOINT
static final String ENDPOINT
- See Also:
- Constant Field Values
-
-
Method Detail
-
validateMxRecordSetupForInboundParse
@GET("inbound-parse/mx/status") retrofit2.Call<ValidateMxRecordResponse> validateMxRecordSetupForInboundParse()
-
-