Trashnothing
Connector for the trashnothing API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://trashnothing.com/api/v1.3 - Auth:
query:api_key(pass your key via theapiKeyinput)
Operations
get_conversations— GET /conversations — List conversationssearch_conversations— GET /conversations/search — Search conversationsget_conversation_messages— GET /conversations/{conversation_id}/messages — List conversation messagessearch_groups— GET /groups — Search groupsget_groups_by_ids— GET /groups/multiple — Retrieve multiple groupsget_group— GET /groups/{group_id} — Retrieve a group
Inputs
apiKey— your trashnothing 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_conversations
apiKey: <your key>