Requests to the API are authenticated through auth tokens in request headers
Authorization: Token <API_TOKEN>
Where <API_TOKEN> is the token provided to you by Jobylon
For example:
Shell
1curl-X GET 'https://staging.jobylon.com/partner/v1/config/webhook'\2--header'Authorization: Token ae1e06a8a4711cce048eab41a7aeb41191b4e411cc7e19957979d4e793dec148'