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
| Concept | Description |
|---|---|
| Permissions | Users who have admin/edit access to the asset |
| Assignments | Users and smart groups who can view/access the asset |
Available Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /assets/v1/asset/{assetId} | Get asset metadata |
Authentication
All endpoints require authentication via API key or OAuth 2.0.
Required Scopes
| Scope | Operations |
|---|---|
| assets.read | GET asset metadata |
Guide Pages
| Page | Description |
|---|---|
| Asset Metadata | Retrieve asset permissions and assignments |
Updated 11 days ago
