Account

Account API

1.0.0OAS 3.1
API Base URL
  • Server 1:https://{your-bynder-domain}/
Security
OAuth2 (oauth2)

Authorization Code OAuth Flow

Authorize URL: https://{your-auth-url}

Token URL: https://{your-bynder-domain}/v6/authentication/oauth2/token

Client Credentials OAuth Flow

Token URL: https://{your-bynder-domain}/v6/authentication/oauth2/token

permanentToken (apiKey)

An API key is a token that you provide when making API calls. Include the token in a header parameter called Authorization.

Example: Authorization: 123

Account

Retrieve account information

get
https://{your-bynder-domain}/api/v4/account

Response

200 application/json

Account information retrieved successfully

availableLanguagesarray[string]

Example:nl_NL, en_GB, en_US, fr_FR, de_DE, it_IT, es_ES, pl_PL

defaultLanguagestring

Example:en_US

isOpenImageBankboolean
namestring

Example:Bynder

timeZonestring

Example:Europe/Amsterdam

get/api/v4/account
 
200 application/json

Retrieve derivatives

A derivative is a file that is based on another source, for example, a low-resolution representation of a print-quality photo. During the upload process, Bynder can automatically create pre-defined image derivatives with different dimensions, quality, and format. Bynder can either maintain the original aspect ratio of an image, or crop or pad an image to fit the specified dimensions. We can create smaller versions of your original image asset in both a JPG and PNG file extension. However, the resolution of derivatives can’t be larger than the original file.

get
https://{your-bynder-domain}/api/v4/account/derivatives

Response

200 application/json

Derivatives retrieved successfully

allowedTypesstring
dpiinteger

Example:-1

heightinteger

Example:500

isCropboolean

Example:true

isExtentboolean
isOnTheFlyboolean

Example:true

isPublicboolean

Example:true

prefixstring

Example:500x500

widthinteger

Example:500

get/api/v4/account/derivatives
 
200 application/json