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
Authorization: Bearer WK_API_KEY
2/ Or, through query string: ?access_token=WK_API_KEY
?access_token=WK_API_KEY
You must replace WK_API_KEY with your personal API key.
WK_API_KEY
curl "WK_API_ENDPOINT_HERE" -H "Authorization: Bearer WK_API_KEY"
Last updated 3 years ago
Was this helpful?