cURL
curl --request GET \ --url https://embed.nova.dweet.com/v1/criteria-library/{criterionId} \ --header 'Authorization: Bearer <token>' \ --header 'X-Tenant-Id: <x-tenant-id>'
{ "criterion": { "id": "<string>", "text": "<string>", "importance": "MUST_HAVE", "category": "<string>", "createdAt": "2023-11-07T05:31:56Z" } }
Retrieve a single criterion from the tenant criteria library
Use Authorization: Bearer sk_test_* or Authorization: Bearer sk_live_*.
Your customer identifier. Tenants are auto-provisioned on first request.
Criterion ID.
Library criterion
Show child attributes
MUST_HAVE
PREFERRED
NICE_TO_HAVE
Was this page helpful?