Skip to main content
GET
Get Condition Set Items

Authorizations

Authorization
string
header
required

Basic Auth header with your app ID as the username and your app secret as the password.

Headers

privy-app-id
string
required

ID of your Privy app.

Path Parameters

condition_set_id
string
required
Required string length: 24

Query Parameters

cursor
string
Minimum string length: 1
limit
number | null
Required range: x <= 100
query
string

Filter items by value containing the query string.

Response

200 - application/json

Paginated list of condition set items.

Paginated list of condition set items.

items
ConditionSetItem · object[]
required

List of condition set items.

next_cursor
string | null
required

Cursor for pagination. Null if there are no more items.