Workflow Jobs

Workflow Jobs 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

Scopes:

  • CAMPAIGNOVERVIEW -
  • JOBADD -
  • JOBAPPROVE -
  • JOBEDIT -
  • JOBOVERVIEW -
  • JOBREMOVE -
  • PRESETOVERVIEW -

Client Credentials OAuth Flow

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

Scopes:

  • CAMPAIGNOVERVIEW -
  • JOBADD -
  • JOBAPPROVE -
  • JOBEDIT -
  • JOBOVERVIEW -
  • JOBREMOVE -
  • PRESETOVERVIEW -
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

Presets

Retrieve specific job preset

get
https://{your-bynder-domain}/api/workflow/presets/job/{id}

Path Parameters

idstringrequired

Example:00000000-0000-0000-0000-000000000000

Response

200 application/json

Successful response

IDstring
ftp_settingsstring
namestring
presetstagesobject
Show Child Parameters
wf_uuidstring
get/api/workflow/presets/job/{id}
 
200 application/json