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

getClientInformation

@GET("api/2/client/{clientid}") abstract fun getClientInformation(@Header("Authorization") clientBearer: String, @Path("clientid") clientId: String): Call<ApiContainer<ClientInfo>>