Make your first request

Create an API key, export it locally and request three current jobs.

1. Create a key

Open the Developer Console, select a workspace and create a key with the jobs:read scope. The secret is shown once.

2. Set the environment variable

Store the key in your server-side secret manager. For a local shell:

shell
export LURANTA_API_KEY="lur_..."

3. List jobs

curl "https://api.luranta.com/v0/jobs?roles=software-engineering&limit=3" \
  --header "Authorization: Bearer $LURANTA_API_KEY" \
  --header "Accept: application/json"

What to check

SignalExpected value
Status200
Bodyobject: list and data array
Request identityX-Request-Id response header
Paginationhas_more and next_cursor
BillingResource count, cost and balance headers