List all products for the authenticated user’s account.
Permission: product:view_team (all authenticated users)
product:view_team
cURL
curl --request GET \ --url https://app.dacard.ai/api/products \ --cookie __session=
{ "products": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "url": "<string>", "accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "latestScore": 123, "latestStageName": "<string>", "latestScoredAt": "2023-11-07T05:31:56Z", "scoreCount": 123 } ] }
Clerk session cookie. Authentication is handled by Clerk. Sign in at https://app.dacard.ai/sign-in to obtain a session.
Product list
Show child attributes
Was this page helpful?