Skip to main content
GET
/
tools
List tools
curl --request GET \
  --url https://api.goyappr.com/tools \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "description": "<string>",
      "type": "webhook",
      "config": {},
      "is_active": true,
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Your Yappr API key (e.g. ypr_live_...). Generate one in the dashboard under Settings → API Keys.

Query Parameters

agent_id
string<uuid>

Filter tools attached to a specific agent

limit
integer
default:50
offset
integer
default:0

Response

200 - application/json

List of tools

data
object[]