WatchAPIWatchAPI
GET
/collection.searchCollections

Authorization

bearerAuth
AuthorizationBearer <token>

API key authentication. Get your API key from the WatchAPI Cloud dashboard.

In: header

Query Parameters

query*string
Length1 <= length

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://watchapi.dev/api/trpc/collection.searchCollections?query=string"
[
  {
    "id": "string",
    "name": "string",
    "description": "string",
    "organizationId": "string",
    "createdAt": "string",
    "updatedAt": "string",
    "apiEndpoints": [
      {
        "id": "string",
        "name": "string",
        "url": "string",
        "method": "string",
        "isActive": true,
        "expectedStatus": 0,
        "timeout": 0,
        "interval": 0,
        "collectionId": "string",
        "createdAt": "string",
        "updatedAt": "string"
      }
    ],
    "requestCount": 0,
    "lastModified": "string"
  }
]
{
  "code": "BAD_REQUEST",
  "message": "Invalid input data",
  "issues": []
}
{
  "code": "UNAUTHORIZED",
  "message": "Authorization not provided",
  "issues": []
}
{
  "code": "FORBIDDEN",
  "message": "Insufficient access",
  "issues": []
}
{
  "code": "NOT_FOUND",
  "message": "Not found",
  "issues": []
}
{
  "code": "INTERNAL_SERVER_ERROR",
  "message": "Internal server error",
  "issues": []
}