Documentation Index Fetch the complete documentation index at: https://developer.suki.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
PartnerDetails type represents the partner authentication and provider information required for SDK initialization. The code snippet below shows how to use the PartnerDetails type to create a partner details object.
type PartnerDetails = {
partnerId : string ;
partnerToken : string ;
providerName : string ;
providerOrgId : string ;
providerSpecialty ?: string ;
providerId ?: string ;
};
Properties
The unique identifier of the partner to use when authenticating with the Suki Platform
The idToken of the user/provider to use when authenticating with the Suki Platform
The full name of the user/provider. First name, middle name, and last name separated by a space
The unique identifier of the organization in the partner system to which the provider belongs
providerSpecialty
string
default: "FAMILY_MEDICINE"
The specialty of the provider, if applicable. Defaults to FAMILY_MEDICINE
The unique identifier of the provider in the partner system