The Account REST endpoints help you to manage your default settings.
Overview
The Account endpoints allow you to read and modify account-wide default settings.
Resource | Path | Operations |
---|---|---|
Distribution Settings | /api/v3/account/distribution | GET , PUT |
Media Settings | /api/v3/account/media/expiration | GET , PUT |
/api/v3/account/media/storage | POST , GET , PUT , DELETE | |
/api/v3/account/media/storage/validate | POST | |
Security Settings | /api/v3/account/security | GET , PUT |
Resources
We have a REST API Client (node) library that may be helpful as you begin integrating the APIs into your workflows.