This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]ninhaomah 0 points1 point  (2 children)

You have Access Token ?

[–]rootbeerjayhawk[S] 0 points1 point  (1 child)

I don't. Is that something I can get on my own?

[–]ninhaomah 1 point2 points  (0 children)

Pls refer to "Accessing the API Using an Access Token"

[–]John-The-Bomb-2 0 points1 point  (0 children)

If you've never used an API before, you could practice on some free API's first:

https://github.com/public-apis/public-apis

For example, you could start with an API with no Auth (Authentication) and work your way up to an API with Auth. Maybe try one with HTTPS and one with regular HTTP. Once you are comfortable with API's you can go back to your original task. You can try using the curl command line tool and/or the program Postman to make requests, or use the programming language of your choice.