Let’s suppose that I want to do a similar task as was asked in the first and second part of DQ API in DA:
Working with APIs
Intermediate APIs
Assuming that I will use a different site, there will be different tokens (vide Intermediate APIs) and (if I understand correctly) some words that will be related to passing parameters (in our course there was params
and - in another part - json
).
My questions:
- How to find out my token, or information about where is my token? What should I look for on the page and in what section? I know that it may depend on a page, but are there any common ways; common keywords to find it fast?
- how to find fast - in the same manner - is the API use
json
, orparams
as a keyword for passing parameters?