createApiUser

suspend fun createApiUser(providerCallBackHost: ProviderCallBackHost, apiVersion: String, uuid: String, productSubscriptionKey: String): Response<ApiUser>

Creates a new API user.

Return

A Response containing the created io.rekast.sdk.model.authentication.ApiUser.

Parameters

providerCallBackHost

The callback host for the provider.

apiVersion

The version of the API to use.

uuid

A unique identifier for the request.

productSubscriptionKey

The subscription key for the product.