cURL
curl --request GET \ --url https://api.lithoblocks.com/search/templates \ --header 'Authorization: Bearer <token>'
{ "results": [ { "id": "<string>", "name": "<string>", "type": "<string>", "isPublic": true, "authorId": "<string>", "authorName": "<string>", "organizationId": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "matchScore": 123 } ], "total": 123, "limit": 123, "offset": 123 }
Search templates by name, description, or content
LithoBlocks API key obtained from your organization dashboard
Search query
1
1 <= x <= 100
x >= 0
Search results
Show child attributes