Skip to main content
GET
List industries

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 industries 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

Industry list

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