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

checkPhoneStatus

@GET("api/2/phone/{phone}/status") abstract fun checkPhoneStatus(@Header("Authorization") clientBearer: String, @Path("phone") phoneBase64: 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.