List scoring history for the authenticated user. Free plan returns up to 9 results; Pro plan returns up to 100.
cURL
curl --request GET \ --url https://app.dacard.ai/api/scores \ --cookie __session=
[ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "companyName": "<string>", "totalScore": 123, "stageName": "<string>", "createdAt": "2023-11-07T05:31:56Z", "url": "<string>" } ]
Clerk session cookie. Authentication is handled by Clerk. Sign in at https://app.dacard.ai/sign-in to obtain a session.
Score history
Was this page helpful?