SavvyCal API
Endpoints
Resources
Webhooks
SavvyCal API
Home Help

Scope Preview

A representation of a scope preview.

Properties

This resource includes the following properties:

Property Type Description
id string The scope ID.
name string The name of the scope.
slug string The scope slug.

Example

Here is an example representation of this resource:

{
"id": "scope_XXXXXXXXXX",
"name": "Acme, Inc",
"slug": "acme-inc"
}