via API Key

To authenticate to the API, a JWT request token is encoded and sent as the jwt param in a POST to /auth/token. The access_token in the response is the JWT bearer token that is included as the Authorization value in the Header of all subsequent API calls.

If you do not have the 4 fields below available, see Create a Netography API Key.

Generating a JWT request token in code

Generating a JWT request token in browser

To use API via the API reference pages here, you can create a JWT request token here, and then copy it to the jwt params field below.

↕️

Copy and Paste the JWT request token string

To authenticate to the API on this page, you need to copy the token string from the JWT Request Token field directly above, and paste it into the jwt field directly below. Also, add 0 to the Bearer field listed right above the code shown in the top-right of this page before clicking Try It.

Language
Click Try It! to start a request and see the response here!