Skip to main content
GET
/
v1
/
reference
/
occupations
List occupations
curl --request GET \
  --url https://api.ledger.so/v1/reference/occupations \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": [
    {}
  ],
  "nextCursor": "<string>"
}

Authorizations

Authorization
string
header
required

Pass your API key as a Bearer token: Authorization: Bearer ld_live_...

Query Parameters

q
string

Search query to filter occupations by name

limit
integer
default:50

Maximum number of items to return (1-200, default 50)

Required range: 1 <= x <= 200
cursor
string

Pagination cursor from a previous response's nextCursor

Response

Occupation list

ok
enum<boolean>
required
Available options:
true
data
object[]
required
nextCursor
string | null