cURL
curl --request GET \ --url https://elixir.jobkit.io/plans.json \ --header 'Authorization: Basic <encoded-value>'
[ { "id": 1, "name": "Basic", "price": 0, "period": 30, "highlight": false, "badge": false, "pin": false }, { "id": 2, "name": "Highlighted", "price": 49, "period": 30, "highlight": true, "badge": false, "pin": false }, { "id": 3, "name": "Featured", "price": 99, "period": 30, "highlight": true, "badge": true, "pin": true } ]
The list of all active payment plans
Documentation IndexFetch the complete documentation index at: https://docs.jobkit.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.jobkit.io/llms.txt
Use this file to discover all available pages before exploring further.