Make a custom HTTP request to the Bynder DAM API
Note: additional fields may be available depending on the connection and options chosen.
Options:
- Request Type (dropdown)
- GET
- POST
- PUT
- DELETE
Inputs:
- Request
- Relative URL (text) - This is everything that comes after the base URL(”https://{domain}/api…“). For example, to GET a list of collections, your value for this field would be “v4/collections” or “/v4/collections”. (the request will work with or without an initial forward slash).
- Query (object or string) - Any query parameters can be passed as an object or as a string.
- Body (object or string) - Any body parameters can be passed as an object or as a string.
- Headers (object) - Any additional headers that you need for your request.
Outputs:
- Response
- Status Code (number)
- Headers (object)
- Body (object)