Module provides base functionality to interact with Crowdriff API service and to configure API authorization for your site.
You will need to extend this module to actually output or capture any data from Crowdriff API itself.
Crowdriff
For more information on Crowdriff, please see: https://crowdriff.com/
Requirements
Crowdriff API key is required to access the API service.
Required Modules
- Key (https://www.drupal.org/project/key)
Supported API Endpoints
Albums & Folders
- Retrieve Albums by IDs - https://api.crowdriff.com/v2/albums/{album_ids}
- List all albums - https://api.crowdriff.com/v2/albums
- Retrieve Folders by IDs - https://api.crowdriff.com/v2/folders/{folder_ids}
- List all folders - https://api.crowdriff.com/v2/folders
Apps
- Retrieve apps by IDs - https://api.crowdriff.com/v2/apps/{app_ids}
- List all apps - https://api.crowdriff.com/v2/apps
Assets
- Search - https://api.crowdriff.com/v2/search
- Retrieve Assets by IDs - https://api.crowdriff.com/v2/assets/{uuids}
- Asset Analytics - https://api.crowdriff.com/v2/assets/{uuid}/analytics
- List Assets in Gallery - https://api.crowdriff.com/v2/galleries/{gallery_id}/assets
CTAS
- List all CTAs - https://api.crowdriff.com/v2/ctas
- Retrieve CTAs by IDs - https://api.crowdriff.com/v2/ctas/{cta_ids}
- CTA Analytics - https://api.crowdriff.com/v2/ctas/{id}/analytics
Usage/Code Examples
Setup Crowdriff API Key
Crowdriff API key will need to be configured here:
`admin/config/services/crowdriff`
Service code examples can be found in the README file.
Related Modules
Modules below that use or extend the Crowdriff API module.
Media Library Crowdriff
Module provides plugins that extend Media library to pull in Crowdriff assets as media entities. Provides custom media entities for Crowdriff images and videos. Relies on the Crowdriff API module.
https://www.drupal.org/project/media_library_extend_crowdriff
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.Maintenance fixes only
Considered feature-complete by its maintainers.- Project categories: Integrations
- Created by geoanders on , updated
Stable releases for this project are covered by the security advisory policy.
Look for the shield icon below.



