File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ with a JSON object. You will have to change the value of `username` and `passwor
3535
3636After you have filled out the credentials, click on the ` Execute ` button below the textarea. This will send the request
3737to your instance of Dotkernel API. If everything went well, under the textarea you should see:
38+
3839- the ` curl ` request that was made
3940- the ` Request URL ` the request was sent to
4041- the ` Server response ` with ` 200 OK ` response code and the ` Response body ` with a JSON object containing ` token_type ` ,
@@ -67,12 +68,14 @@ token of your current auth token.
6768
6869Once done, click on the ` Execute ` button below the textarea. This will send the request to your instance of Dotkernel
6970API. If everything went well, under the textarea you should see the same details:
71+
7072- the ` curl ` request that was made
7173- the ` Request URL ` the request was sent to
7274- the ` Server response ` with ` 200 OK ` response code and the ` Response body ` with a JSON object containing ` token_type ` ,
7375 ` expires_in ` , ` access_token ` and ` refresh_token ` .
7476
7577From here, you will follow the same steps:
78+
7679- copy the ` access_token `
7780- go to the ` Authorize ` button to open the auth modal
7881- paste the new token and click on ** Authorize**
You can’t perform that action at this time.
0 commit comments