getProfile

abstract suspend fun getProfile(input: GetProfileRequest): GetProfileResponse

Retrieves the details for the profile specified by the profile ID. A profile is the mechanism used to create the concept of a private network.

Samples

// Sample GetProfile call
val resp = b2BiClient.getProfile {
    profileId = "p-60fbc37c87f04fce9"
}