core / com.schibsted.account.network.service.client / ClientContract / checkEmailStatus

checkEmailStatus

@GET("api/2/email/{email}/status") abstract fun checkEmailStatus(@Header("Authorization") clientBearer: String, @Path("email") emailBase64: String): Call<ApiContainer<AccountStatusResponse>>

Checks the signup status of the given phone identifier.

Parameters

clientToken - Client token.

identifier - The identifier whose status is to be queried.

Return
A representation of the call ready for execution.