Overview

The Assets API enables you to retrieve metadata about assets in your Connecteam account. Assets are digital resources (documents, training materials, policies, etc.) that can be assigned to users and smart groups.

Key Concepts

Assets

Assets are digital resources stored in Connecteam that can be:

  • Assigned to specific users
  • Assigned to smart groups
  • Managed with granular permissions

Permissions vs Assignments

ConceptDescription
PermissionsUsers who have admin/edit access to the asset
AssignmentsUsers and smart groups who can view/access the asset

Available Endpoints

MethodEndpointDescription
GET/assets/v1/asset/{assetId}Get asset metadata

Authentication

All endpoints require authentication via API key or OAuth 2.0.

Required Scopes

ScopeOperations
assets.readGET asset metadata

Guide Pages

PageDescription
Asset MetadataRetrieve asset permissions and assignments

API Reference