Authentication
Api Token
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:
curl -X GET 'https://staging.jobylon.com/partner/v1/config/webhook' \
--header 'Authorization: Token ae1e06a8a4711cce048eab41a7aeb41191b4e411cc7e19957979d4e793dec148'Throttle rate limits
Please note that this API is subject to throttling. A maximum of 100 requests per minute is allowed.