Skip to content
Start here

Presets

Fetch all presets
client.RealtimeKit.Presets.Get(ctx, appID, params) (*PresetGetResponse, error)
GET/accounts/{account_id}/realtime/kit/{app_id}/presets
Create a preset
client.RealtimeKit.Presets.New(ctx, appID, params) (*PresetNewResponse, error)
POST/accounts/{account_id}/realtime/kit/{app_id}/presets
Fetch details of a preset
client.RealtimeKit.Presets.GetPresetByID(ctx, appID, presetID, query) (*PresetGetPresetByIDResponse, error)
GET/accounts/{account_id}/realtime/kit/{app_id}/presets/{preset_id}
Delete a preset
client.RealtimeKit.Presets.Delete(ctx, appID, presetID, body) (*PresetDeleteResponse, error)
DELETE/accounts/{account_id}/realtime/kit/{app_id}/presets/{preset_id}
Update a preset
client.RealtimeKit.Presets.Update(ctx, appID, presetID, params) (*PresetUpdateResponse, error)
PATCH/accounts/{account_id}/realtime/kit/{app_id}/presets/{preset_id}