🔓

Authentication

Welcome to the Jungle Solutions uses OAuth tokens to allow access to the API. We expect the OAuth token to be included in all API requests:
  • 1/ Either in a header that looks like the following: Authorization: Bearer WK_API_KEY
  • 2/ Or, through query string: ?access_token=WK_API_KEY
You must replace WK_API_KEY with your personal API key.
curl "WK_API_ENDPOINT_HERE"
-H "Authorization: Bearer WK_API_KEY"
Last modified 1yr ago