Skip to main content
GET
/
v1
/
cards
List cards
curl --request GET \
  --url https://api.usenaive.ai/v1/cards \
  --header 'Authorization: Bearer <token>'
{
  "cards": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Query Parameters

agent_id
string

Response

OK.

cards
object[]