Naar de inhoud

Lijst tools

GET / POST /tools

GET Lijst tools

Scope: tools:read. Cursor-gepagineerd; ondersteunt status, updated_since, include_inactive.

Voorbeeldbash
curl https://api.tooltagger.com/v1/tools \
  -H "Authorization: Bearer $TOOLTAGGER_API_KEY"

Parameters

NaamInTypeToelichting
limitqueryinteger Standaard 50.
cursorquerystringcreated_at van het laatste item
updated_sincequerystring
include_inactivequeryboolean
statusquerystring

Antwoorden

StatusBetekenis
200OK
401
403

POST Maak tool

Scope: tools:write. Vereist code + name. 409 bij dubbele code.

Voorbeeldbash
curl -X POST https://api.tooltagger.com/v1/tools \
  -H "Authorization: Bearer $TOOLTAGGER_API_KEY"

Antwoorden

StatusBetekenis
201Created
409