Policies
Get Condition Set
Get a condition set by condition set ID.
get/v1/condition_sets/{condition_set_id}
Path parameters
condition_set_idstring required
Headers
privy-app-idstring required
ID of your Privy app.
Response
Requested condition set object.
Example response
{
"created_at": 1761271537642,
"id": "qvah5m2hmp9abqlxdmfiht95",
"name": "Approved Recipients",
"owner_id": "asgkan0r7gi0wdbvf9cw8qio"
}Changes
Changed in 1 of the 46 revisions of this API.2
- ○
removed
KeyQuorumIdsubschema #2from theowner_idresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
added
KeyQuorumIdsubschema #2to theowner_idresponse propertyanyOflist for the response status200response-property-any-of-added
- ○