Replies: 1 comment
-
@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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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