Photography — entry 025 of 25
Bynder
Webdam was an independent cloud digital-asset-management service acquired by Bynder in 2018; its standalone REST API and the damsuccess.com help-desk documentation this entry originally pointed to have since gone dark, and the same asset library is reached today through Bynder's own platform API instead. That API is multi-tenant (one host per customer's Bynder portal), authenticated with OAuth 2.0 — authorization-code or client-credentials grants issuing one-hour access tokens with revocable refresh tokens — and scoped to permissions like asset:read/asset:write. There's no public self-serve pricing or free tier (access is quote-based per enterprise contract), and cross-origin browser calls are off by default, enabled only per OAuth app via an explicit domain allowlist a portal admin configures.
GreatAPIs Score
Auth quickstart
- Register an app / run the OAuth flow to obtain a bearer token.
- Send it as an Authorization header
Authorization: Bearer <token>
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.