post https://api.netography.com/api/v1/auth/token
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
🦉
Create a JWT request token
Open Recipe
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.