Get the authenticated user’s account. Auto-creates an account based on email domain if one does not exist.
cURL
curl --request GET \ --url https://app.dacard.ai/api/account \ --cookie __session=
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "domain": "<string>", "planId": "free", "createdAt": "2023-11-07T05:31:56Z", "memberCount": 123, "userRole": "member" }
Clerk session cookie. Authentication is handled by Clerk. Sign in at https://app.dacard.ai/sign-in to obtain a session.
Account details
free
pro
team
enterprise
member
lead
executive
admin
super_admin
dacard_admin
Was this page helpful?