Skip to main content
GET
/
api
/
products
List products
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
    }
  ]
}

Authorizations

__session
string
cookie
required

Clerk session cookie. Authentication is handled by Clerk. Sign in at https://app.dacard.ai/sign-in to obtain a session.

Response

Product list

products
object[]