Greenpeace
Connector for the greenpeace API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://greenwire.greenpeace.org/api/public - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_events— GET /events — Return the upcoming events (e.g. start date >= today). Gets an array ofEventget_events_uuid— GET /events/{UUID} — Get oneEventobject by specifying its UUID in the url path.get_groups— GET /groups — Gets an array ofGroupobject. Mandatory query param of domain determinesget_groups_uuid— GET /groups/{UUID} — Get oneGroupobject by specifying its UUID in the url path.get_volunteers— GET /volunteers — Gets an array ofVolunteerobject. Mandatory query param of domain determiget_volunteers_uuid— GET /volunteers/{UUID} — Get one specificVolunteerobject by specifying its UUID in the url path.
Inputs
apiKey— your greenpeace API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_events
apiKey: <your key>