Replies: 1 comment 2 replies
-
@JWebDev This is what this API endpoint returns: {
"version": "<string>",
"data": [
{
"id": "<string>",
"templateURL": "<string>",
"name": "<string>"
}
]
} Could you clarify the request? Are you looking for pagination, or are the early templates inaccessible to you? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
my question is simple. How can I get all Early templates?
I am using official API
https://docs.projectdiscovery.io/api-reference/templates/get-early-template-list?playground=open
This is the result. There is no query parameters or some tokens for paging are available.
Thanks.
Regards,
Beta Was this translation helpful? Give feedback.
All reactions