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
Last updated
Was this helpful?