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.
Assets are digital resources stored in Connecteam that can be:
- Assigned to specific users
- Assigned to smart groups
- Managed with granular permissions
| Concept | Description |
|---|
| Permissions | Users who have admin/edit access to the asset |
| Assignments | Users and smart groups who can view/access the asset |
| Method | Endpoint | Description |
|---|
| GET | /assets/v1/asset/{assetId} | Get asset metadata |
All endpoints require authentication via API key or OAuth 2.0.
| Scope | Operations |
|---|
| assets.read | GET asset metadata |
| Page | Description |
|---|
| Asset Metadata | Retrieve asset permissions and assignments |
API Reference