Skip to main content
GET
Get Condition Set Item

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
condition_set_item_id
string
required
Required string length: 24

Response

200 - application/json

Success response.

A single item in a condition set.

id
string
required

Unique ID of the created condition set item.

Required string length: 24
condition_set_id
string
required

Unique ID of the condition set this item belongs to.

Required string length: 24
value
string
required

The value stored in this condition set item.

created_at
number
required

Unix timestamp of when the condition set item was created in milliseconds.