@@ -53,19 +53,14 @@ Now you're ready to go! Now click on "VRChat API Documentation" to proceed.
5353
5454## Sending your First Request
5555
56- Now we are going to send our first request! As a very simple, but also necessary, demo we will fetch the System Config.
57- The System Config contains information such announcements, the world lists, download links to the latest SDKs, and much more!
58- But importantly it also contains the required ` apiKey ` and fetching the System Config sets this key as a cookie.
56+ Now we are going to send our first request!
5957
60- Now, under "** system** " folder on the left, locate the endpoint called "** Fetch API Config** " and simply press "** Send** ".
61-
62- ![ ] ( /assets/img/tutorials/getting-started/insomnia4.png )
63-
64- The API key is required for all further requests. The key is not personal, and has been the same for the last 8 years.
65- You can view the request response on the right, as well as the Headers that were returned and Cookies which were set.
66- Cookies are global, and you can view your cookie storage by clicking "Cookies" in the ** top-left** corner of the window.
58+ <div class =" callout callout-info mb-3 " >
59+ <strong >clientApiKey has been deprecated</strong ><br >
60+ You can skip it without negative consequences.
61+ </div >
6762
68- Next we are going to Authenticate, as being logged in is required for most requests.
63+ Go to Authenticate, as being logged in is required for most requests.
6964Click the "** authentication** " folder on the left, locate the endpoint "** Login and/or Get Current User Info** ".
7065In VRChat the same endpoint is used for authentication as getting your own user information.
7166If you are not logged in then it will generate an ` authtoken ` cookie for you and return your user info.
0 commit comments