API Tester (Advanced Features)

Testing dynamic field selection (projections) and fuzzy partial matching.

API Key: ✅ LOADED

Sample 1: Field Selection (Title & Description)

?title=true&description=true&limit=1
{
  "error": "Unauthorized",
  "message": "A valid API key is required to access this resource."
}

Sample 2: Fuzzy Partial Match (Author: "Tim")

?author=Tim&limit=2
{
  "error": "Unauthorized",
  "message": "A valid API key is required to access this resource."
}

Sample 3: Combined (Playbook, Tag: "Business", Select: "Title")

?collection=playbook&tags=Business&title=true&limit=2
{
  "error": "Unauthorized",
  "message": "A valid API key is required to access this resource."
}

Sample 4: Dynamic Sorting (Alphabetical by Title, ASC)

?sortBy=title&order=asc&limit=3&title=true
{
  "error": "Unauthorized",
  "message": "A valid API key is required to access this resource."
}

Your Cart

Premium Selection